fix: resolve compilation errors in server mode status command

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-10 23:01:13 -03:00
parent bb28b4f41a
commit f7ee3a0796

View File

@@ -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"))]