mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-04 02:13:42 +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)
|
u)
|
||||||
unstow
|
unstow
|
||||||
;;
|
;;
|
||||||
|
h)
|
||||||
|
display_help
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
\?)
|
\?)
|
||||||
display_help
|
display_help
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue