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:
Dirk-Jan C. Binnema
2025-12-14 09:42:27 +02:00
committed by Seth Ladygo
parent fa6b26c366
commit 2b6d709158
3 changed files with 13 additions and 20 deletions

View File

@ -220,7 +220,7 @@ struct Options {
Export, // export labels
Import, // import labels
};
Sub sub;
Option<Sub> sub; // the chosen sub-command
} labels;
/*