diff options
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!() } |
