feat: support Conventional Commits via --type flag (#177)
Co-authored-by: Hiroki Osame <hiroki.osame@gmail.com>
This commit is contained in:
@@ -35,6 +35,11 @@ cli(
|
||||
alias: 'a',
|
||||
default: false,
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
description: 'Type of commit message to generate',
|
||||
alias: 't',
|
||||
},
|
||||
},
|
||||
|
||||
commands: [
|
||||
@@ -56,6 +61,7 @@ cli(
|
||||
argv.flags.generate,
|
||||
argv.flags.exclude,
|
||||
argv.flags.all,
|
||||
argv.flags.type,
|
||||
rawArgv,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user