{"id":"d685d2683288d3247933e2de0f42f6dc273dd410","tree":"4302487b1f8c4b6048436b70bdcd2a857412aeb5","parents":["34b0e967cfa04f4b42079985ad3f3511e0ac51ef"],"author_name":"randymcmillan","author_email":"randymcmillan@protonmail.com","committer_name":"randymcmillan","committer_email":"randymcmillan@protonmail.com","message":"src/lib/sub_commands/chat.rs:intermediate\n\ndiff --git a/src/lib/cli.rs b/src/lib/cli.rs\nindex c253d97c..a32c01fb 100644\n--- a/src/lib/cli.rs\n+++ b/src/lib/cli.rs\n@@ -44,12 +44,12 @@ pub enum Commands {\n Login(sub_commands::login::SubCommandArgs),\n }\n\n-#[derive(Parser)]\n+#[derive(Parser, Debug)]\n #[command(author, version, about, long_about = None)]\n #[command(propagate_version = true)]\n pub struct ChatCli {\n- #[command(subcommand)]\n- pub command: ChatCommands,\n+ // #[command(subcommand)]\n+ // pub command: ChatCommands,\n /// remote signer address\n //#[arg(long, global = true)]\n //pub bunker_uri: Option
Discussion
No replies yet.