From 7bc0d22c42287460e56097237da26db2e82b3219 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Tue, 21 May 2024 12:21:25 +0330 Subject: [PATCH] feat: help flag for stow shell --- stow.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stow.sh b/stow.sh index c4955cb..a43f1d0 100755 --- a/stow.sh +++ b/stow.sh @@ -61,6 +61,10 @@ while getopts "ps" opt; do u) unstow ;; + h) + display_help + exit 0 + ;; \?) display_help exit 1