diff --git a/src/main.rs b/src/main.rs index 96799ce..7c727bd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -118,6 +118,7 @@ struct ItemArgs { * Struct for general options. */ #[derive(Parser, Debug)] +#[derive(Default)] struct OptionsArgs { #[arg(long, env("KEEP_DIR"))] #[arg(help("Specify the directory to use for storage"))]