diff --git a/yazi-config/src/boot/args.rs b/yazi-config/src/boot/args.rs index b7798218..08c4a11a 100644 --- a/yazi-config/src/boot/args.rs +++ b/yazi-config/src/boot/args.rs @@ -11,10 +11,10 @@ pub struct Args { /// Write the cwd on exit to this file #[arg(long)] - pub cwd_file: Option, + pub cwd_file: Option, /// Write the selected files on open emitted by the chooser mode #[arg(long)] - pub chooser_file: Option, + pub chooser_file: Option, /// Clear the cache directory #[arg(long, action)]