TUN-3970: Route ip show has alias route ip list

This commit is contained in:
Adam Chalmers 2021-02-25 19:21:42 -06:00
parent 6db934853d
commit 27507ab192
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func buildRouteIPSubcommand() *cli.Command {
},
{
Name: "show",
Aliases: []string{"list"},
Action: cliutil.ErrorHandler(showRoutesCommand),
Usage: "Show the routing table",
UsageText: "cloudflared tunnel [--config FILEPATH] route ip show [flags]",