MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / add_list_option

Method add_list_option

autorecon/plugins.py:42–43  ·  view source on GitHub ↗
(self, name, default=None, help=None)

Source from the content-addressed store, hash-verified

40
41 @final
42 def add_list_option(self, name, default=None, help=None):
43 self.autorecon.add_argument(self, name, nargs='+', metavar='VALUE', default=default, help=help)
44
45 @final
46 def add_choice_option(self, name, choices, default=None, help=None):

Callers 3

configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80

Calls 1

add_argumentMethod · 0.80

Tested by

no test coverage detected