This commit is contained in:
sxyazi 2024-01-10 02:09:40 +08:00
parent 0e2893ef25
commit 22b55e7038
No known key found for this signature in database

View file

@ -11,10 +11,10 @@ pub struct Args {
/// Write the cwd on exit to this file
#[arg(long)]
pub cwd_file: Option<PathBuf>,
pub cwd_file: Option<PathBuf>,
/// Write the selected files on open emitted by the chooser mode
#[arg(long)]
pub chooser_file: Option<PathBuf>,
pub chooser_file: Option<PathBuf>,
/// Clear the cache directory
#[arg(long, action)]