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

Method add_option

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

Source from the content-addressed store, hash-verified

24
25 @final
26 def add_option(self, name, default=None, help=None):
27 self.autorecon.add_argument(self, name, metavar='VALUE', default=default, help=help)
28
29 @final
30 def add_constant_option(self, name, const, default=None, help=None):

Callers 6

configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80

Calls 1

add_argumentMethod · 0.80

Tested by

no test coverage detected