MCPcopy
hub / github.com/nonebot/nonebot2 / ShellCommandArgv

Function ShellCommandArgv

nonebot/params.py:144–146  ·  view source on GitHub ↗

shell 命令原始参数列表

()

Source from the content-addressed store, hash-verified

142
143
144def ShellCommandArgv() -> Any:
145 """shell 命令原始参数列表"""
146 return Depends(_shell_command_argv, use_cache=False)
147
148
149def _regex_matched(state: T_State) -> Match[str]:

Callers 1

shell_command_argvFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected