Skip to content

Commit

Permalink
add shipit parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Dec 8, 2018
1 parent 86ec8b6 commit ab6fcd3
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 ab6fcd3

Please sign in to comment.