remove unneeded info that was used during planning

This commit is contained in:
Chris Cromer 2020-08-05 14:45:38 -04:00
parent 5c23c9eef0
commit db698f3183
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 2 additions and 8 deletions

View File

@ -83,15 +83,9 @@ namespace TUFManager {
catch (TUFError e) {
command_line.printerr (_ ("Error: ") + e.message + "\n");
}
string[] args = command_line.get_arguments ();
// tuf-cli fan silent
// tuf-cli color #FFFFFF
// tuf-cli lighting strobe
// tuf-cli speed slow
// tuf-cli help
// tuf-cli info
// tuf-cli version
// same as info // tuf-cli
if (args.length == 1) {
help = true;
}