halp 0.2.0

A CLI tool to get help with CLI tools 🐙
Documentation
1
2
3
4
5
6
7
8
/// Command-line argument helper.
pub mod args;

/// Documentation/usage helper.
pub mod docs;

/// Command executor for TTY.
pub mod tty;