How to not format [prompt]
See original GitHub issueI 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
commitlint.config.js
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”,
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
How to Cancel a Format in Process? Different Situations Are ...
Usually, it is possible to cancel a format in process no matter you are using Windows File Explorer, Disk Management or Command Prompt....
Read more >How to Cancel a Format in Progress If Windows 11 Will Not ...
Step 1. Run Windows Command Prompt as an administrator. Step 2. In the window, enter diskpart > list disk > select disk X...
Read more >Diskpart: Started the Format, but command-line window has ...
Run Windows Command Prompt as an administrator. Step 2. In the window, enter diskpart > list disk > select disk X > offline...
Read more >Fix You Need to Format the Disk before You Can Use It
The CHKDSK command knows how to fix error you need to format the disk in drive raw without formatting the disk. Open CMD...
Read more >How do I disable "you need to format this disk" message in ...
@msorens: no it won't; Windows identifies the USB hard drive through an ID written to its boot sector, so it will only ignore...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@escapedcat ok,thx!!Looking forward to co-developing the project with you next time
Thanks @armano2 , closing