MCPcopy Index your code
hub / github.com/nonebot/nonebot2 / shell_command_args

Function shell_command_args

tests/plugins/param/param_state.py:59–62  ·  view source on GitHub ↗
(
    shell_command_args: dict = ShellCommandArgs(),
)

Source from the content-addressed store, hash-verified

57
58
59async def shell_command_args(
60 shell_command_args: dict = ShellCommandArgs(),
61) -> dict:
62 return shell_command_args
63
64
65async def shell_command_argv(

Callers

nothing calls this directly

Calls 1

ShellCommandArgsFunction · 0.90

Tested by

no test coverage detected