fix default command

This commit is contained in:
Clément DOUIN
2024-01-03 22:49:39 +01:00
parent 0352e91e36
commit 70fad9b1fd
6 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use crate::{
#[command(propagate_version = true, infer_subcommands = true)]
pub struct Cli {
#[command(subcommand)]
pub command: HimalayaCommand,
pub command: Option<HimalayaCommand>,
/// Override the default configuration file path
///