Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
144
def
ShellCommandArgv() -> Any:
145
""
"shell 命令原始参数列表"
""
146
return
Depends(_shell_command_argv, use_cache=False)
147
148
149
def
_regex_matched(state: T_State) -> Match[str]:
Callers
1
shell_command_argv
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected