Option to skip title and message prompt ?
See original GitHub issueHello @carloscuesta!
Thanks for the great job done with gitmoji and this cli ❤️
Is it possible to add support for an option that will skip title
and message
prompt when already filled by the hook (thanks to https://github.com/carloscuesta/gitmoji-cli/pull/446) ?
Issue:
Basically when I run the following command:
commit -m "title" -m "message"
Would love to not have to double enter to skip the already filled title
/ message
❤️
OS: Mac gitmoji -v: 3.2.18 Node version: 12.18.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Excel VBA MsgBox [Message Box] - All You Need to Know!
A MsgBox is a VBA function that allows you to diplay a message box. You can customize the message box (title, icon, buttons,...
Read more >MsgBox function (Visual Basic for Applications) | Microsoft Learn
If you omit title, the application name is placed in the title bar. ... 65536, Specifies the message box window as the foreground...
Read more >Skip Logic - Qualtrics
Select the question to which you want to add skip logic. · In the Question behavior section of the survey builder, select Skip...
Read more >Yes No Message Box (Msgbox) - VBA Code Examples
A title “Message Box Title” and prompt “Text”; A question mark icon; Yes / No options instead of a simple “OK”; Default button...
Read more >Window.prompt() - Web APIs - MDN Web Docs
window.prompt() instructs the browser to display a dialog with an optional message prompting the user to input some text, and to wait until ......
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
I will give a try yes
Sounds good! Would you like to build a PR to implement the feature?