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

[Docs]: add man pages to the cli and deploy them to the package registries #16

Closed AndreasAugustin closed 1 year ago

AndreasAugustin commented 1 year ago

Describe the documentation issue

man pages is a unified linux way of documenting. this cli should also support that option

Links

possible to be done with https://umarcor.github.io/cobra/

Acknowledgements

AndreasAugustin commented 1 year ago

implemented