@@ -19,9 +19,9 @@ async fn main() -> anyhow::Result<()> {
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
let cli = Command::parse();
|
||||
tracing::debug!("Starting cli");
|
||||
tracing::debug!("Starting cli");
|
||||
|
||||
if let Some(Commands::Hello { }) = cli.command {
|
||||
if let Some(Commands::Hello {}) = cli.command {
|
||||
println!("Hello!")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user