Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Commit for Release vv1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MickMake committed Jun 12, 2020
1 parent fc37add commit 037cff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func init() {

func main() {
state := cmd.Execute()
state.PrintResponse()
ux.Close()
os.Exit(state.ExitCode)
}

0 comments on commit 037cff5

Please sign in to comment.