$darkmode
Command-line interface and argument parsing. More...
Go to the source code of this file.
Enumerations | |
| enum | CliAction { CLI_ACTION_CONTINUE , CLI_ACTION_EXIT_SUCCESS , CLI_ACTION_EXIT_FAILURE } |
| Directive for the application after parsing arguments. More... | |
Functions | |
| CliAction | cli_handle_args (int argc, char *argv[]) |
| Parses command-line arguments and determines the next action. More... | |
Command-line interface and argument parsing.
| enum CliAction |