We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd3db0 commit 29b22c8Copy full SHA for 29b22c8
1 file changed
sql-migrate/main.go
@@ -38,8 +38,10 @@ func realMain() int {
38
return &SkipCommand{}, nil
39
},
40
41
- HelpFunc: cli.BasicHelpFunc("sql-migrate"),
42
- Version: GetVersion(),
+ HelpFunc: cli.BasicHelpFunc("sql-migrate"),
+ HelpWriter: os.Stdout,
43
+ ErrorWriter: os.Stderr,
44
+ Version: GetVersion(),
45
}
46
47
exitCode, err := cli.Run()
0 commit comments