CommandLine: new command line parser
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
This commit is contained in:
@@ -265,6 +265,8 @@ libutil_a_SOURCES = \
|
||||
src/util/SliceBuffer.hxx \
|
||||
src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \
|
||||
src/util/PeakBuffer.cxx src/util/PeakBuffer.hxx \
|
||||
src/util/OptionParser.cxx OptionParser.hxx \
|
||||
src/util/OptionDef.hxx \
|
||||
src/util/list.h \
|
||||
src/util/list_sort.c src/util/list_sort.h \
|
||||
src/util/ByteReverse.cxx src/util/ByteReverse.hxx \
|
||||
|
||||
Reference in New Issue
Block a user