Skip to content

Commit

Permalink
Adding version and about text
Browse files Browse the repository at this point in the history
  • Loading branch information
jlechem committed Sep 21, 2024
1 parent 0391572 commit 5621f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesort-rs/src/args.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::Parser;

#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
#[command(version = "1.0.0", about = "Utility to sort files by word or line in ascending/descending order", long_about = None)]
pub struct Args {
#[arg(short, long)]
pub word: bool,
Expand Down

0 comments on commit 5621f3c

Please sign in to comment.