Skip to content

Commit

Permalink
hide settings whilst incomplete.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jan 12, 2019
1 parent ece30fd commit 0c14dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sncli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ func startCLI(args []string) (msg string, display bool, err error) {
Name: "settings",
Aliases: []string{"setting"},
Usage: "get settings",
Hidden: true,
Flags: []cli.Flag{
cli.BoolFlag{
Name: "count",
Expand Down

0 comments on commit 0c14dec

Please sign in to comment.