# configuration for https://github.com/orhun/halp
# check the version flag
= true
# check the help flag
= true
# arguments to check
= [["-v", "-V", "--version"], ["-h", "--help", "help", "-H"]]
# command to run for manual pages
= "man"
# pager to use for command outputs
= "less -R"
# Cheat.sh URL
= "https://cheat.sh"
# Timeout for the commands
= 5