Skip to content

Commit

Permalink
Merge pull request 99designs#208 from 99designs/better-document-backg…
Browse files Browse the repository at this point in the history
…round-credential-refresh

Remove server subcommand from `--help`
  • Loading branch information
mtibben authored Sep 6, 2018
2 parents acd836d + c2c7bfd commit 055820f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cli/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ type ServerCommandInput struct {
func ConfigureServerCommand(app *kingpin.Application) {
input := ServerCommandInput{}

cmd := app.Command("server", "Run an ec2 instance role server locally")
cmd := app.Command("server", "Run an ec2 instance role server locally").
Hidden()

cmd.Action(func(c *kingpin.ParseContext) error {
ServerCommand(app, input)
return nil
Expand Down

0 comments on commit 055820f

Please sign in to comment.