halp 0.2.0

A CLI tool to get help with CLI tools 🐙
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# configuration for https://github.com/orhun/halp

# check the version flag
check_version = true
# check the help flag
check_help = true
# arguments to check
check = [["-v", "-V", "--version"], ["-h", "--help", "help", "-H"]]
# command to run for manual pages
man_command = "man"
# pager to use for command outputs
pager_command = "less -R"
# Cheat.sh URL
cheat_sh_url = "https://cheat.sh"
# Timeout for the commands
timeout = 5