IronCoreLabs / ironhide

Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
GNU Affero General Public License v3.0
44 stars 6 forks source link

Generate man pages and shell completions #63

Open skeet70 opened 1 year ago

skeet70 commented 1 year ago

Produce man pages and useful completions for ironhide users.

We can generate shell completions using clap as part of our build process. See ripgrep for examples of including completions in the build artifacts.

We can also generate man pages for the tool in a similar way.