diff --git a/src/cli.ts b/src/cli.ts index fd07a90..215c975 100755 --- a/src/cli.ts +++ b/src/cli.ts @@ -19,7 +19,11 @@ cli( name: 'opencommit', commands: [configCommand, hookCommand, commitlintConfigCommand], flags: { - fgm: Boolean, + fgm: { + type: Boolean, + description: 'Use full GitMoji specification', + default: false + }, context: { type: String, alias: 'c',