You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Shipwright CLI output message when incorrect flag is passed
Fixes#346
# Changes:
- Discard any messages or error written to stdio or stderr by goflag library. Return the error only.
- In case of error while parsing the goflags, print the error, then print the CLI help and then exit with 1.
Signed-off-by: Sayan Biswas <[email protected]>
0 commit comments