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

Function command_arg

tests/plugins/param/param_state.py:47–48  ·  view source on GitHub ↗
(cmd_arg: Message = CommandArg())

Source from the content-addressed store, hash-verified

45
46
47async def command_arg(cmd_arg: Message = CommandArg()) -> Message:
48 return cmd_arg
49
50
51async def command_start(start: str = CommandStart()) -> str:

Callers

nothing calls this directly

Calls 1

CommandArgFunction · 0.90

Tested by

no test coverage detected