feat(cli.ts): enhance fgm flag to include description and default value for better usability

This commit is contained in:
kakakakakku
2025-05-19 09:04:31 +09:00
parent f6de2dc775
commit f0381c8b12

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