@@ -83,33 +83,34 @@ usage()
8383 echo -e " ${PrefixColor} Configuration ${BoldColor} -=-=-${NC} "
8484 echo -e " ${PackageColor} r${NC} | release - ${BoldColor} Create a release build (defines NDEBUG, enables 'releaseflags' value)${NC} "
8585 echo -e " ${PackageColor} ro${NC} | rootless - ${BoldColor} Build for rootless package scheme${NC} "
86- echo -e " ${PackageColor} ddebug${NC} - ${BoldColor} Enable verbose debug logs${NC} "
87- echo -e " ${PackageColor} vn${NC} - ${BoldColor} Enable verbose ninja(-build)${NC} "
88- echo -e " ${PackageColor} vd${NC} - ${BoldColor} Enable verbose dragon${NC} "
89- echo -e " ${PackageColor} vg${NC} - ${BoldColor} Enable verbose dragongen${NC} "
90- echo -e " ${PackageColor} norm${NC} - ${BoldColor} Retain build.ninja after building${NC} "
86+ # Debug commands. We should print them _somewhere_ but not here :thonk:
87+ # echo -e " ${PackageColor}ddebug${NC} - ${BoldColor}Enable verbose debug logs${NC}"
88+ # echo -e " ${PackageColor}vn${NC} - ${BoldColor}Enable verbose ninja(-build)${NC}"
89+ # echo -e " ${PackageColor}vd${NC} - ${BoldColor}Enable verbose dragon${NC}"
90+ # echo -e " ${PackageColor}vg${NC} - ${BoldColor}Enable verbose dragongen${NC}"
91+ # echo -e " ${PackageColor}norm${NC} - ${BoldColor}Retain build.ninja after building${NC}"
9192 echo " "
9293 echo " Common invocations are 'dragon c b i' (clean all, build, install) or 'dragon do' (build and install)"
9394 echo " "
9495 echo -e " ${PrefixColor} Distribution ${BoldColor} -=-=-${NC} "
9596 echo -e " ${PackageColor} i${NC} | install - ${BoldColor} Install latest build to build device${NC} "
9697 echo -e " ${PackageColor} u${NC} | uninstall - ${BoldColor} Uninstall latest build from build device${NC} "
9798 echo -e " ${PackageColor} sn${NC} | send <file> - ${BoldColor} Install an arbitrary .deb to the device${NC} "
98- echo -e " ${PackageColor} sim${NC} | simulator - ${BoldColor} Install to the simulator instead of a device${NC} "
99+ echo -e " ${PackageColor} sim${NC} | simulator - ${BoldColor} Install to the simulator instead of a device (e.g. dragon c b i sim) ${NC} "
99100 echo " "
100101 echo -e " ${PrefixColor} Device Management ${BoldColor} -=-=-${NC} "
101102 echo -e " ${PackageColor} s${NC} | device - ${BoldColor} Set build device IP/Port${NC} "
102103 echo -e " ${PackageColor} rs${NC} | respring - ${BoldColor} Respring the current build device${NC} "
103104 echo -e " ${PackageColor} dr${NC} | devicerun - ${BoldColor} Run anything after this flag on device${NC} "
104105 echo " "
105106 echo -e " ${PrefixColor} Tools ${BoldColor} -=-=-${NC} "
107+ echo -e " ${PackageColor} lo${NC} | objcs - ${BoldColor} Configure llvm-objcs for use with dragon${NC} "
106108 echo -e " ${PackageColor} debug [Process]${NC} - ${BoldColor} Start a debugging server on device and connect to it (Can be used with the install flag as well)${NC} "
107109 echo -e " ${PackageColor} exp${NC} | export - ${BoldColor} Tell ninja to create a compile_commands.json${NC} "
108- echo -e " ${PackageColor} lo${NC} | objcs - ${BoldColor} Configure llvm-objcs for use with dragon${NC} "
109110 echo -e " ${PackageColor} sr${NC} | rconf - ${BoldColor} Setup remote project build${NC} "
110111 echo -e " ${PackageColor} up${NC} | update|upgrade - ${BoldColor} Update dragon${NC} "
111- echo -e " ${PackageColor} test${NC} - ${BoldColor} Run the test suite${NC} "
112- echo -e " ${PackageColor} time${NC} - ${BoldColor} Print time for each bash subcommand to run${NC} "
112+ # echo -e " ${PackageColor}test${NC} - ${BoldColor}Run the test suite${NC}"
113+ # echo -e " ${PackageColor}time${NC} - ${BoldColor}Print time for each bash subcommand to run${NC}"
113114 echo " "
114115 echo -e " ${PrefixColor} Misc ${BoldColor} -=-=-${NC} "
115116 echo -e " ${PackageColor} v${NC} | -v - ${BoldColor} Prints version information${NC} "
0 commit comments