Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sadorlovsky committed Dec 17, 2016
1 parent e114f2e commit 282fe7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lissie",
"version": "0.7.0",
"version": "0.7.2",
"description": "CLI tool for generate LICENSE",
"main": "dist/lissie.js",
"bin": {
Expand Down
6 changes: 5 additions & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ const cli = meow(`
--year, -y
--email, -e
--project, -p
--version, -v
--help, -h
Examples
$ license
Expand All @@ -26,7 +28,9 @@ const cli = meow(`
a: 'author',
y: 'year',
e: 'email',
p: 'project'
p: 'project',
v: 'version',
h: 'help'
}
})

Expand Down

0 comments on commit 282fe7d

Please sign in to comment.