Home
last modified time | relevance | path

Searched defs:command_and_args (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-cmd2/cmd2-2.3.2/tests/
H A Dtest_argparse_completer.py543 def test_autcomp_flag_completion(ac_app, command_and_args, text, completion_matches, display_matche… argument
908 def test_unfinished_flag_error(ac_app, command_and_args, text, is_error, capsys): argument
1018 def test_autocomp_hint(ac_app, command_and_args, text, has_hint, capsys): argument
1083 def test_arg_tokens(ac_app, command_and_args, completions): argument
1121 def test_complete_mutex_group(ac_app, command_and_args, text, output_contains, first_match, capsys): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/tests/
H A Dtest_rm.py53 def _RunRemoveCommandAndCheck(self, command_and_args, objects_to_remove=None, argument
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/tests/
H A Dtest_rm.py65 command_and_args, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/tests/
H A Dtest_rm.py58 command_and_args, argument
/dports/devel/py-cmd2/cmd2-2.3.2/cmd2/
H A Dparsing.py166 def command_and_args(self) -> str: member in Statement
/dports/net/gsk/gsk-1.0.63/src/control/
H A Dgskcontrolclient.c542 char **command_and_args, in gsk_control_client_run_command()