Created a generic option parser for client commands. Only the LIST
commit7703febcb58c8fc337282f945dc0760f786b6788
authorBen Kibbey <bjk@luxsci.net>
Thu, 26 Aug 2010 01:10:55 +0000 (25 21:10 -0400)
committerBen Kibbey <bjk@luxsci.net>
Thu, 26 Aug 2010 01:10:55 +0000 (25 21:10 -0400)
treea5293a38152e0ff14f4ea96eb7fa35509b58182f
parent71711d25916aac32704150a2f20bdf632a791232
Created a generic option parser for client commands. Only the LIST
command uses it right now. This removes the VERBOSE_LIST client option
and makes it a LIST command option --verbose.
doc/COMMANDS
src/commands.c
src/common.h
src/misc.c
src/misc.h
src/xml.c
src/xml.h