Skip to content

Commit

Permalink
fix: short option for 'state' and 'skills_filename' is identical (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
chwons authored Nov 9, 2024
1 parent be81452 commit 206dec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ struct Args {
#[clap(short, long)]
eft_filename: Option<PathBuf>,

#[clap(short, long)]
#[clap(short = 'f', long)]
skills_filename: Option<PathBuf>,

#[clap(short, long, default_value = "node_modules/@eveshipfit/data/dist/sde")]
Expand Down

0 comments on commit 206dec2

Please sign in to comment.