Merge pull request #472 from kakakakakku/fgm
feat(cli.ts): enhance fgm flag to include description and default value for better usability
This commit is contained in:
+5
-1
@@ -19,7 +19,11 @@ cli(
|
|||||||
name: 'opencommit',
|
name: 'opencommit',
|
||||||
commands: [configCommand, hookCommand, commitlintConfigCommand],
|
commands: [configCommand, hookCommand, commitlintConfigCommand],
|
||||||
flags: {
|
flags: {
|
||||||
fgm: Boolean,
|
fgm: {
|
||||||
|
type: Boolean,
|
||||||
|
description: 'Use full GitMoji specification',
|
||||||
|
default: false
|
||||||
|
},
|
||||||
context: {
|
context: {
|
||||||
type: String,
|
type: String,
|
||||||
alias: 'c',
|
alias: 'c',
|
||||||
|
|||||||
Reference in New Issue
Block a user