Skip to content

Commit ad81dfa

Browse files
committed
Revert "Use -@ instead of -s as short version of --include-version"
This reverts commit ca0d2b5. It doesn't actually work, despite spectreconsole/spectre.console.cli#14
1 parent df37ae2 commit ad81dfa

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

0 commit comments

Comments
 (0)