Skip to content

Commit

Permalink
Add -c alias in commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed May 10, 2024
1 parent 555dda7 commit 02525b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion E5Renewer/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using E5Renewer.Statistics;

Option<FileInfo?> configFile = new(
"--config",
["--config", "-c"],
"The config file to use."
);
RootCommand rootCommand = new(
Expand Down

0 comments on commit 02525b4

Please sign in to comment.