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