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

Method add_true_option

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

Source from the content-addressed store, hash-verified

32
33 @final
34 def add_true_option(self, name, help=None):
35 self.autorecon.add_argument(self, name, action='store_true', help=help)
36
37 @final
38 def add_false_option(self, name, help=None):

Callers 2

configureMethod · 0.80
configureMethod · 0.80

Calls 1

add_argumentMethod · 0.80

Tested by

no test coverage detected