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

Method addAndroidSimulatorArguments

bauer/bauerargparser.py:110–111  ·  view source on GitHub ↗
(self, parser)

Source from the content-addressed store, hash-verified

108 parser.add_argument("--ios-device-id", action=EnvDefault, help="IOS Simulator Device id (overrides --ios-device-type and --ios-simulator-os")
109
110 def addAndroidSimulatorArguments(self, parser):
111 parser.add_argument("--run-android-fetch-output-from", action=EnvDefault, help="?" );
112
113 def addParams(self, parser):
114 parser.add_argument("params", nargs="*", help="Parameters to be passed to the executable being run " );

Callers 1

buildCommandParsersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected