From 47bf9b75f6dd8c2d3c3f1fb947a16e0e055f49cf Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 22 Jan 2026 14:24:50 +0800 Subject: Add renderer system and implement status command --- src/cmd/cmds/template.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/cmds/template.rs') 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 Result { + async fn exec(_input: JVUnknownInput) -> Result { todo!() } -- cgit