feat: help flag for stow shell

This commit is contained in:
hesam-init 2024-05-21 12:21:25 +03:30
parent c3efb1c9d9
commit 7bc0d22c42

View file

@ -61,6 +61,10 @@ while getopts "ps" opt; do
u)
unstow
;;
h)
display_help
exit 0
;;
\?)
display_help
exit 1