| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add new FLAG type to command parser api | Ray Strode | 2008-06-08 | 1 | -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 header | Ray Strode | 2008-06-08 | 1 | -0/+7 |
| | | | | | | ply_command_parser_get_help_string and ply_command_parser_get_options never got added | ||||
| * | Add the start of a command line parser | Ray Strode | 2008-06-08 | 1 | -0/+71 |
| This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format | |||||
