44                        const std::vector<std::string> &inputs,
 
   49                                 const std::string &input) 
const;
 
   61        const std::vector<std::shared_ptr<cli::commands::OptionArgumentBase>> &optionArguments,
 
   62        const std::vector<std::string> &inputs, 
const std::string ¤tParsing, 
size_t index,
 
   65    bool tryFlagArg(
const std::vector<std::shared_ptr<cli::commands::FlagArgument>> &flagArguments,
 
   66                    const std::string ¤tParsing, 
ContextBuilder &contextBuilder) 
const;
 
 
Builder for CliContext objects, allowing to incrementally add arguments before constructing the final...
Definition context_builder.h:33
void parseArguments(const cli::commands::Command &command, const std::vector< std::string > &inputs, ContextBuilder &contextBuilder) const
Parse the given inputs according to the specified command and populate the context builder with the p...
Definition parser.cpp:136