mu-labels: improve command-line handling
Esp., better handle the 'no subcommand' case: give the user some more useful help.
This commit is contained in:
@ -220,7 +220,7 @@ struct Options {
|
||||
Export, // export labels
|
||||
Import, // import labels
|
||||
};
|
||||
Sub sub;
|
||||
Option<Sub> sub; // the chosen sub-command
|
||||
} labels;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user