Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.33k stars 64 forks source link

rm man handling #152

Closed thepwagner closed 1 month ago

thepwagner commented 1 month ago

Before https://github.com/Shopify/ejson/pull/88 , ejson would fork to the man command for documentation.

Since we're using urfave/cli, we get some pretty good documentation in --help: maintaining these man pages separately is extra overhead.

Further, the hpricot transitive dependency we used for compiling the manpages was abandoned by the author 12 years ago: https://github.com/hpricot/hpricot/blob/master/README.md