aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/OptionParser.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CommandLine: new command line parserDenis Krjuchkov2013-11-241-0/+59
This implementation behaves mostly identical to old parser. Few observable differences: - There are no option groups (single group is used for all options) - Option --stdout is hidden (it has been obsolete for a long time) - MPD executable name (mpd) is hardcoded for simplicity