Searched refs:options_list (Results 1 – 2 of 2) sorted by relevance
64 static vector<option_base *> & options_list(void) in options_list() function102 for (size_t i = 0 ; i < options_list().size() ; ++i) in do_parse_options()103 options_list()[i]->post_process(); in do_parse_options()259 options_list().push_back(this); in option_base()
67 options_list = (options or []) + [71 Command.__init__(self, "Run the %s" % self.name, options=options_list)