-
-
traversity-cli/traversityclicore.c (Diff revision 1) You might want to use
g_option_context_set_strict_posix
which says it can be used to create subcommands with their own options.
Add a stubbed out command line client
Review Request #2313 — Created March 4, 2023 and discarded
Information | |
---|---|
grim | |
traversity/traversity | |
default | |
|
|
Reviewers | |
pidgin | |
Add a stubbed out command line client
Verified that the version command works and that it does the right thing on too many arguments or not enough.
Summary |
---|
Description | From | Last Updated |
---|---|---|
You might want to use g_option_context_set_strict_posix which says it can be used to create subcommands with their own options. |
|

-
-
traversity-cli/traversityclicore.c (Diff revision 1) Should this maybe specify that it displays the version of the traversity library and not that of the CLI client?