Skip to content

Commit

Permalink
Adding placeholder -v cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Shaw committed Mar 6, 2017
1 parent d44e9a1 commit ce8da83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type Args struct {
Username string `arg:"-U,--username,help:database user name"`
DisablePretty bool `arg:"-p,--disable-pretty,help:disable pretty formatting"`
NoRC bool `arg:"-X,--disable-rc,help:do not read start up file"`
Verbose bool `arg:"-v,--verbose,help:toggle verbose"`
}

// Description provides the go-arg description.
Expand Down

0 comments on commit ce8da83

Please sign in to comment.