Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
configure
Method · 0.80
configure
Method · 0.80
Calls
1
add_argument
Method · 0.80
Tested by
no test coverage detected