Skip to content

Commit ca0d2b5

Browse files
committed
Use -@ instead of -s as short version of --include-version
1 parent cfb6d5a commit ca0d2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nugraph/GraphCommandSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ internal sealed class GraphCommandSettings : CommandSettings
8484
[DefaultValue(DefaultTitle)]
8585
public string Title { get; set; } = "";
8686

87-
[CommandOption("-s|--include-version")]
87+
[CommandOption("-@|--include-version")]
8888
[Description("Include package versions in the dependency graph nodes, e.g. [b][email protected][/] instead of [b]Serilog[/]")]
8989
[DefaultValue(false)]
9090
public bool GraphIncludeVersions { get; init; }

0 commit comments

Comments
 (0)