We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44b9da commit 56d6e65Copy full SHA for 56d6e65
1 file changed
src/index.js
@@ -18,7 +18,7 @@ program
18
.option('-r, --repo <repo>', 'repo')
19
.option('-t, --tag <tag>', 'tag')
20
.option('-n, --name <name>', 'name')
21
- .option('-b, --body <body>', 'body', false)
+ .option('-b, --body <body>', 'body')
22
.option('-d, --draft [value]', 'draft', function(val) {
23
if (String(val).toLowerCase() === 'false') {
24
return false;
0 commit comments