We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9442b4 commit 05d0dccCopy full SHA for 05d0dcc
src/Atc.CodingRules.Updater.CLI/Commands/Settings/RootCommandSettings.cs
@@ -2,7 +2,7 @@ namespace Atc.CodingRules.Updater.CLI.Commands.Settings;
2
3
public class RootCommandSettings : BaseCommandSettings
4
{
5
- [CommandOption(CommandConstants.ArgumentLongVersion)]
+ [CommandOption($"{CommandConstants.ArgumentShortVersion}|{CommandConstants.ArgumentLongVersion}")]
6
[Description("Display version")]
7
public bool? Version { get; init; }
8
}
0 commit comments