Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ CommandArg
Function
CommandArg
nonebot/params.py:108–110 ·
view source on GitHub ↗
消息命令参数
()
Source
from the content-addressed store, hash-verified
106
107
108
def
CommandArg() -> Any:
109
""
"消息命令参数"
""
110
return
Depends(_command_arg)
111
112
113
def
_command_start(state: T_State) -> str:
Callers
4
__call__
Method · 0.90
__call__
Method · 0.90
handle_echo
Function · 0.90
command_arg
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected