Skip to content

Commit

Permalink
Add ls --all long option
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfrishkorn committed Jun 4, 2024
1 parent 1fb0f10 commit 6e46391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ fn main() -> Result<(), Box<dyn Error>> {
Arg::new("all")
.help("all documents")
.short('a')
.long("all")
.num_args(0)
.action(ArgAction::SetTrue),
)
Expand Down

0 comments on commit 6e46391

Please sign in to comment.