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

This commit is contained in:
Adam Chalmers
2021-02-26 17:15:43 +00:00
parent 6db934853d
commit 27507ab192
@@ -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]",