summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-command-parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new FLAG type to command parser apiRay Strode2008-06-081-1/+2
| | | | | | It's just like boolean but doesn't advertise that it can take the form --flag=false. This makes the --help output for --help say --help instead of --help={true|false}
* Add some functions to command parser headerRay Strode2008-06-081-0/+7
| | | | | ply_command_parser_get_help_string and ply_command_parser_get_options never got added
* Add the start of a command line parserRay Strode2008-06-081-0/+71
This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format