Home
last modified time | relevance | path

Searched refs:max_args_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp52 const int max_args_, in command_proto() argument
57 _max_args(max_args_), in command_proto()
61 PRE(max_args_ == -1 || min_args_ <= max_args_); in command_proto()
172 const int max_args_, in base_command_no_data() argument
174 command_proto(name_, arg_list_, min_args_, max_args_, short_description_) in base_command_no_data()
H A Dbase_command.ipp60 /// \param max_args_ The maximum number of arguments required by the command.
67 const int max_args_,
69 command_proto(name_, arg_list_, min_args_, max_args_, short_description_)