Searched refs:min_args_ (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | base_command.cpp | 51 const int min_args_, in command_proto() argument 56 _min_args(min_args_), in command_proto() 61 PRE(max_args_ == -1 || min_args_ <= max_args_); in command_proto() 171 const int min_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 D | base_command.ipp | 59 /// \param min_args_ The minimum number of arguments required by the command. 66 const int min_args_, 69 command_proto(name_, arg_list_, min_args_, max_args_, short_description_)
|