X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FConsole%2FParsedCommand.ih;h=0dbe33be296344602a924a35676ac716e58831f5;hb=c5d0e492a701a054b1f3d56e128b2c4675b0d50b;hp=65a02f769db5adce3831c4226b44ea0be8d7ba78;hpb=958bdb52c39fa39f4ef91cafd9628bcb4f85a03c;p=senf.git diff --git a/Utils/Console/ParsedCommand.ih b/Utils/Console/ParsedCommand.ih index 65a02f7..0dbe33b 100644 --- a/Utils/Console/ParsedCommand.ih +++ b/Utils/Console/ParsedCommand.ih @@ -64,8 +64,9 @@ namespace detail { std::string defaultDoc; bool hasDefault; std::string doc; + bool singleToken; - ArgumentInfoBase(std::string const & type); + explicit ArgumentInfoBase(std::string const & type, bool singleToken=false); virtual ~ArgumentInfoBase(); virtual std::string defaultValueStr() const = 0;