Skip to content

Commit

Permalink
Exit with non-zero status code (google#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant authored Jun 1, 2018
1 parent 2d8ba8e commit bfd1333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const push = async () => {
*/
export const help = () => {
commander.outputHelp();
process.exit(1);
};

/**
Expand Down

0 comments on commit bfd1333

Please sign in to comment.