Skip to content

Commit

Permalink
Merge pull request #36 from intuit/bug3
Browse files Browse the repository at this point in the history
add shipit parser
  • Loading branch information
hipstersmoothie authored Dec 8, 2018
2 parents 86ec8b6 + ab6fcd3 commit 7fbda86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ export const PARSERS: [string, ParserFunction][] = [
['release', addReleaseParser],
['version', addVersionParser],
['comment', addCommentParser],
['changelog', addChangelogParser]
['changelog', addChangelogParser],
['shipit', () => undefined]
];

const rootParser = new ArgumentParser({
Expand Down

0 comments on commit 7fbda86

Please sign in to comment.