Describe the solution you'd like
Creating command documentation in the form of linux man pages is helpful to provide a full set of documentation to go along with the cli application. The man pages is a predictable location to find documentation for a cli command for most terminal users.
These man pages should be auto installed when the package is installed.
https://www.pragmaticlinux.com/2021/01/create-a-man-page-for-your-own-program-or-script-with-pandoc/
Describe the solution you'd like
Creating command documentation in the form of linux man pages is helpful to provide a full set of documentation to go along with the cli application. The
man pagesis a predictable location to find documentation for a cli command for most terminal users.These man pages should be auto installed when the package is installed.
https://www.pragmaticlinux.com/2021/01/create-a-man-page-for-your-own-program-or-script-with-pandoc/