AUTH-1320: Fixed request issue and unhide the ssh command

This commit is contained in:
Austin Cherry
2018-11-15 13:08:56 -06:00
parent c2ac282aca
commit f49d9dcb67
2 changed files with 11 additions and 6 deletions

View File

@@ -89,14 +89,12 @@ func Commands() []*cli.Command {
Usage: "",
ArgsUsage: "",
Description: `The ssh subcommand sends data over a proxy to the Cloudflare edge.`,
Hidden: true,
Flags: []cli.Flag{
&cli.StringFlag{
Name: "hostname",
},
&cli.StringFlag{
Name: "url",
Hidden: true,
Name: "url",
},
},
},
@@ -105,7 +103,6 @@ func Commands() []*cli.Command {
Action: sshConfig,
Usage: "ssh-config",
Description: `Prints an example configuration ~/.ssh/config`,
Hidden: true,
},
},
},