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

Function ShellCommandArgs

nonebot/params.py:135–137  ·  view source on GitHub ↗

shell 命令解析后的参数字典

()

Source from the content-addressed store, hash-verified

133
134
135def ShellCommandArgs() -> Any:
136 """shell 命令解析后的参数字典"""
137 return Depends(_shell_command_args, use_cache=False)
138
139
140def _shell_command_argv(state: T_State) -> list[str | MessageSegment]:

Callers 1

shell_command_argsFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected