Skip to content

Commit

Permalink
Fix ui->gui
Browse files Browse the repository at this point in the history
  • Loading branch information
hatsu38 committed Aug 24, 2021
1 parent fe25e4b commit be0b3a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Usage:
postman-tui
Flags:
-version: Print the current version
-v, -version: Print the current version
-h, -help: Print postman-tui usage
Author:
hatsu38<hajiwata0308@gmail.com>
Expand All @@ -47,6 +48,7 @@ func run() int {
func main() {
var withVersion bool
flag.BoolVar(&withVersion, "version", false, "Print the current version")
flag.BoolVar(&withVersion, "v", false, "Print the current version")

flag.Usage = usage
flag.Parse()
Expand Down

0 comments on commit be0b3a7

Please sign in to comment.