summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-command-parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't default to last known option when setting flagsCasey Dahlin2008-08-051-0/+3
|
* Handle flags and booleans better in command parserRay Strode2008-08-051-4/+23
| | | | We were occasionally misattributing one command for another
* Fix possible unasigned value.Peter Jones2008-06-121-0/+3
|
* Don't show [subcommands ...] in usage line if there are no subcommandsRay Strode2008-06-091-1/+2
|
* Improve --help output spacingRay Strode2008-06-081-13/+41
|
* Add new FLAG type to command parser apiRay Strode2008-06-081-2/+5
| | | | | | 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}
* Improve command parser help outputRay Strode2008-06-081-2/+3
|
* Add the start of a command line parserRay Strode2008-06-081-0/+866
This will be useful for changing the client to use a plymouth subcommand --option1 --option2 format