Skip to content

Commit

Permalink
feat: add an alias to info command
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisaAkiron committed Mar 15, 2024
1 parent 184844a commit ef36c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RconCli/Commands/RootCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task DirectConnectAsync(
}
}

[Command("info", Description = "Display RCON CLI info.")]
[Command("info", Aliases = ["i"], Description = "Display RCON CLI info. (alias: i)")]
public void InfoAsync()
{
AnsiConsole.Console.PrintFiglet();
Expand Down

0 comments on commit ef36c60

Please sign in to comment.