aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/OptionParser.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-24CommandLine: new command line parserDenis Krjuchkov1-0/+88
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