diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-22 14:24:50 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-22 14:24:50 +0800 |
| commit | 47bf9b75f6dd8c2d3c3f1fb947a16e0e055f49cf (patch) | |
| tree | c767e331e68134e19caeeb03269525be7b4fe6e1 /src/cmd/cmds/template.rs | |
| parent | 53c26d656f975f93319dd432e409c1ea740ce06d (diff) | |
Add renderer system and implement status command
Diffstat (limited to 'src/cmd/cmds/template.rs')
| -rw-r--r-- | src/cmd/cmds/template.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/cmds/template.rs b/src/cmd/cmds/template.rs index 8874121..1c56c29 100644 --- a/src/cmd/cmds/template.rs +++ b/src/cmd/cmds/template.rs @@ -27,7 +27,7 @@ impl JVCommand<JVUnknownArgument, JVUnknownInput, JVUnknownOutput, JVStatusRende todo!() } - async fn exec(_args: JVUnknownInput) -> Result<JVUnknownOutput, CmdExecuteError> { + async fn exec(_input: JVUnknownInput) -> Result<JVUnknownOutput, CmdExecuteError> { todo!() } |
