MCPcopy Create free account
hub / github.com/JusticeRage/FFM / get_arguments

Function get_arguments

misc/string_utils.py:195–216  ·  view source on GitHub ↗

This function is used to retrieve the arguments of a specific command in a command line. This can be useful if the command line is composed of several commands, such as "command1 -A -B ; command2 -C | less". In which case, get_arguments can return either "-A -B", "-C" or "" dependin

(user_input, command)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

applyMethod · 0.90
applyMethod · 0.90
test_get_argumentsMethod · 0.85

Calls 1

find_first_ofFunction · 0.85

Tested by 1

test_get_argumentsMethod · 0.68