Skip to content

Commit

Permalink
docs: document no-click
Browse files Browse the repository at this point in the history
  • Loading branch information
nik012003 committed Nov 15, 2023
1 parent 59b0d84 commit c19b901
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Options:
-I, --from-stdin Accept paths from stdin
-a, --all Drag all the items together
-A, --all-compact Show only the number of items and drag them together
-n, --no-click Show only the number of items and drag them together
-n, --no-click Don't open files on click
-h, --help Print help
-V, --version Print version
```
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct Cli {
#[arg(short = 'A', long)]
all_compact: bool,

/// Show only the number of items and drag them together
/// Don't open files on click
#[arg(short = 'n', long)]
no_click: bool,

Expand Down

0 comments on commit c19b901

Please sign in to comment.