MCPcopy Create free account
hub / github.com/AshampooSystems/boden / addKeychainArgument

Method addKeychainArgument

bauer/bauerargparser.py:116–118  ·  view source on GitHub ↗
(self, parsers, **kwargs)

Source from the content-addressed store, hash-verified

114 parser.add_argument("params", nargs="*", help="Parameters to be passed to the executable being run " );
115
116 def addKeychainArgument(self, parsers, **kwargs):
117 for parser in parsers:
118 parser.add_argument('-k', '--keychain', action=EnvDefault, help='path to the keychain', **kwargs)
119
120 def addPasswordArgument(self, parsers, **kwargs):
121 for parser in parsers:

Callers 2

mainFunction · 0.95
buildCommandParsersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected