Skip to content

Commit

Permalink
Bug: abe generate-post --thrid param bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Nov 29, 2016
1 parent 34f5de1 commit 98ab9f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -22,6 +22,8 @@ program
.option('-f, --folder <folder>', '--folder draft|sites')
.option('-t, --type <type>', '--type draft|other')
.option('-d, --destination <destination>', '--destination folder')
.option('-p, --path <path>', '--path folder')
.option('-s, --status <status>', '--status abe')
.option('generate-posts, --path=<folder> --destination=<folder> --status=<status>', 'save only <status> posts into <destination> from <path> folder')
.parse(process.argv)

Expand Down

0 comments on commit 98ab9f5

Please sign in to comment.