Closed
Description
I want my input to be what the output is
Expected Behavior
when i enter --story=100321
when enter ,it show --story=100321
Current Behavior
when i enter --story=100321
when enter ,it show story='100321'
the '--' is lost and number has quotation marks。
Affected packages
- cli ✅
- core
- prompt ✅
- config-angular
Possible Solution
Steps to Reproduce (for bugs)
- First step
- Second step
i use @commitlint/prompt-cli with commintlint
Context
Your Environment
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",
Executable | Version |
---|---|
commitlint --version |
VERSION |
git --version |
VERSION |
node --version |
VERSION |
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/prompt-cli": "^11.0.0",