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 cf6e7c4 commit 8fba52fCopy full SHA for 8fba52f
lib/gren.js
@@ -17,8 +17,8 @@ gren
17
.version(version)
18
.description(`gren (🤖 ) ${description}`)
19
.usage('<command> [options]')
20
- .command('init', 'initialise the module')
21
- .command('release', 'Release into chunk').alias('r')
22
- .command('changelog', 'Write a motherfucking changelog').alias('c')
+ .command('init', 'Initialise the module options').alias('i')
+ .command('release', 'Generate release notes and attach them to a tag').alias('r')
+ .command('changelog', 'Create a CHANGELOG.md file, based on release notes').alias('c')
23
.command('examples', 'Show few examples of stuff that you can do <cmd>')
24
.parse(argvWithVersion(process.argv));
0 commit comments