summaryrefslogtreecommitdiffstats
path: root/tool/make-usage.sh
AgeCommit message (Collapse)Author
2019-11-18Fix more spellingDaniel Kahn Gillmor
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2019-06-18tool: Make make-usage.sh more robustNeal H. Walfield
- If a subcommand's help is very long, then clap breaks the help across multiple lines. To prevent the first word in the continued line from being interpreted as a subcommand, only consider lines with exactly four leading spaces.
2018-05-11tool: Generalize usage generation and document 'sqv'.Justus Winter
2018-01-04tool: Implement keyserver interactions.Justus Winter
- Implement retrieving and sending keys. - Improve usage generation to include nested subcommands.
2017-12-21tool: New crate.Justus Winter
- A command line tool to interact with Sequoia. Useful for debugging and development.