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:
GPT8
2025-05-30 10:15:00 +03:00
committed by GitHub

View File

@@ -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',