Skip to content

Commit 8fba52f

Browse files
committed
Update command descriptions 🤭
1 parent cf6e7c4 commit 8fba52f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/gren.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ gren
1717
.version(version)
1818
.description(`gren (🤖 ) ${description}`)
1919
.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')
20+
.command('init', 'Initialise the module options').alias('i')
21+
.command('release', 'Generate release notes and attach them to a tag').alias('r')
22+
.command('changelog', 'Create a CHANGELOG.md file, based on release notes').alias('c')
2323
.command('examples', 'Show few examples of stuff that you can do <cmd>')
2424
.parse(argvWithVersion(process.argv));

0 commit comments

Comments
 (0)