fix arguments
All checks were successful
docs / test (push) Successful in 9s

This commit is contained in:
trimill 2024-12-29 01:04:18 -05:00
parent 47d1bf9ebc
commit 825379a38b

View file

@ -43,7 +43,7 @@ struct Args {
histfile: Option<PathBuf>, histfile: Option<PathBuf>,
/// enable or disable color /// enable or disable color
#[arg(short, long, default_value = "auto")] #[arg(long, default_value = "auto")]
color: ColorChoice, color: ColorChoice,
// file to run and arguments to pass // file to run and arguments to pass