MCPcopy
hub / github.com/tanelpoder/0xtools / convert_arg_line_to_args

Method convert_arg_line_to_args

lib/0xtools/argparse.py:2026–2027  ·  view source on GitHub ↗
(self, arg_line)

Source from the content-addressed store, hash-verified

2024 return new_arg_strings
2025
2026 def convert_arg_line_to_args(self, arg_line):
2027 return [arg_line]
2028
2029 def _match_argument(self, action, arg_strings_pattern):
2030 # match the pattern for this action to the arg strings

Callers 1

_read_args_from_filesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected