mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-11 05:26:35 +00:00
TUN-3970: Route ip show has alias route ip list
This commit is contained in:
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]",
|
||||
|
Loading…
Reference in New Issue
Block a user