aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CommandLine: new command line parserDenis Krjuchkov2013-11-241-6/+4
| | | | | | | | 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
* util/Error: new error passing libraryMax Kellermann2013-09-041-1/+3
| | | | Replaces GLib's GError.
* cmdline: convert to C++Max Kellermann2013-01-031-0/+36