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

Method add_false_option

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

Source from the content-addressed store, hash-verified

36
37 @final
38 def add_false_option(self, name, help=None):
39 self.autorecon.add_argument(self, name, action='store_false', help=help)
40
41 @final
42 def add_list_option(self, name, default=None, help=None):

Callers

nothing calls this directly

Calls 1

add_argumentMethod · 0.80

Tested by

no test coverage detected