AndreasAugustin / go-gitmoji-cli

:octocat: A conventional gitmoji commit interactive command line tool for using emojis on conventional commits. :rocket:
https://gitmoji.dev/
MIT License
8 stars 0 forks source link

[Feat]: support commit signature #137

Closed AndreasAugustin closed 3 months ago

AndreasAugustin commented 3 months ago

Describe the feature

currently git commit -s is not supported. Should be default.

Use Case

Often users use the -s flag.

Proposed Solution

add new cli parameter -s

Acknowledgements