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

Commit 037cff5

Browse files
committed
Commit for Release vv1.0.1
1 parent fc37add commit 037cff5

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.idea/workspace.xml

+10-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ func init() {
1414

1515
func main() {
1616
state := cmd.Execute()
17+
state.PrintResponse()
1718
ux.Close()
1819
os.Exit(state.ExitCode)
1920
}

0 commit comments

Comments
 (0)