Skip to content

Commit

Permalink
[neon-cli]: restored [version] command
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflill committed Mar 22, 2024
1 parent de0d8d1 commit 92d9a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/neon-cli/Commands/VersionCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Prints the [neon-cli] version or compares the version to an argument.
USAGE:
neon neon-version [OPTIONS]
neon version [OPTIONS]
OPTIONS:
Expand All @@ -57,7 +57,7 @@ tool version and returns a non-zero exit code
";
/// <inheritdoc/>
public override string[] Words => new string[] { "neon-version" };
public override string[] Words => new string[] { "version" };

/// <inheritdoc/>
public override string[] ExtendedOptions => new string[] { "-n", "--git", "--minimum" };
Expand Down
2 changes: 2 additions & 0 deletions Tools/neon-cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ neon logout
neon toolpath TOOLNAME
neon version [OPTIONS]
ARGUMENTS:
CLUSTER-DEF - Path to a cluster definition file. This is
Expand Down

0 comments on commit 92d9a0c

Please sign in to comment.