Skip to content

Commit

Permalink
chore: disable_version_flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed Apr 23, 2024
1 parent 282691b commit 53f8fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use clap::{value_parser, Parser};
next_line_help = false,
about = "CSV command line utilities"
)]
#[command(propagate_version = false, disable_help_flag = false, disable_version_flag = true)]
#[command(long_about = "A simple and cross-platform program for CSV file manipulation")]
#[command(before_help=r"xtab supports reading and writing gzip/bzip2/xz format file.
Compression level:
Expand Down

0 comments on commit 53f8fcc

Please sign in to comment.