Lines Matching full:arguments
43 /// \param arg_list_ A textual description of the arguments received by the
45 /// \param min_args_ The minimum number of arguments required by the command.
46 /// \param max_args_ The maximum number of arguments required by the command.
97 /// \return An object containing the list of options and free arguments found in
108 const int argc = cmdline.arguments().size(); in parse_cmdline()
110 throw usage_error("Not enough arguments"); in parse_cmdline()
112 throw usage_error("Too many arguments"); in parse_cmdline()
128 /// Gets the textual representation of the arguments list.
130 /// \return The description of the arguments list.
162 /// \param arg_list_ A textual description of the arguments received by the
164 /// \param min_args_ The minimum number of arguments required by the command.
165 /// \param max_args_ The maximum number of arguments required by the command.
190 /// includes options and arguments.
195 /// or if the arguments are invalid).