1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-08 12:00:36 +08:00

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

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]",