Currently the gitmoji and type list prompts are provided all the time.
users are able to provide the information with -m flag.
proposed solution is to not show the prompts when the needed information is already provided within the -m flag if valid.
Use Case
sometimes people already provide the information with the -m flag, e.g. (with hook) git commit -m "feat: :smile: (#56) my nice description".
currently the gitmoji and commit prompts are shown which is not necessary.
Proposed Solution
if valid information is provided, use the information (already parsed and available within code) if it is valid.
Acknowledgements
[X] I may be able to implement this feature request
Describe the feature
Currently the gitmoji and type list prompts are provided all the time. users are able to provide the information with
-m
flag. proposed solution is to not show the prompts when the needed information is already provided within the-m
flag if valid.Use Case
sometimes people already provide the information with the
-m
flag, e.g. (with hook)git commit -m "feat: :smile: (#56) my nice description"
. currently the gitmoji and commit prompts are shown which is not necessary.Proposed Solution
if valid information is provided, use the information (already parsed and available within code) if it is valid.
Acknowledgements