mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format
This commit is contained in:
parent
0e2893ef25
commit
22b55e7038
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ pub struct Args {
|
||||||
|
|
||||||
/// Write the cwd on exit to this file
|
/// Write the cwd on exit to this file
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub cwd_file: Option<PathBuf>,
|
pub cwd_file: Option<PathBuf>,
|
||||||
/// Write the selected files on open emitted by the chooser mode
|
/// Write the selected files on open emitted by the chooser mode
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub chooser_file: Option<PathBuf>,
|
pub chooser_file: Option<PathBuf>,
|
||||||
|
|
||||||
/// Clear the cache directory
|
/// Clear the cache directory
|
||||||
#[arg(long, action)]
|
#[arg(long, action)]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue