aboutsummaryrefslogtreecommitdiff
path: root/lib/funcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/funcs.sh')
-rw-r--r--lib/funcs.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/funcs.sh b/lib/funcs.sh
index 585c4aa..66786a0 100644
--- a/lib/funcs.sh
+++ b/lib/funcs.sh
@@ -114,3 +114,17 @@ debug() {
warning() {
echo "[WARNING] $@"
}
+
+print_help() {
+ cat << EOF
+USAGE: $1 COMMAND [ARGS]
+COMMANDS
+ install [CONFIG ...]
+ install configurations. if none are provided,
+ a selection menu is showm.
+ add PATH
+ Add PATH to managed configs
+ hook HOOK
+ manually call a hook
+EOF
+}