mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 16:26:54 +02:00
feat: help flag for stow shell
This commit is contained in:
parent
c3efb1c9d9
commit
7bc0d22c42
1 changed files with 4 additions and 0 deletions
4
stow.sh
4
stow.sh
|
@ -61,6 +61,10 @@ while getopts "ps" opt; do
|
|||
u)
|
||||
unstow
|
||||
;;
|
||||
h)
|
||||
display_help
|
||||
exit 0
|
||||
;;
|
||||
\?)
|
||||
display_help
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue