mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added help cmd
This commit is contained in:
parent
915746938b
commit
27cd3bee4e
1 changed files with 5 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ fi
|
|||
# Alias List
|
||||
alias ls='lsd'
|
||||
|
||||
# penpot {run|stop|update} alias function
|
||||
# penpot {run|stop|update|help} alias function
|
||||
penpot() {
|
||||
case "$1" in
|
||||
run)
|
||||
|
|
@ -62,8 +62,11 @@ fi
|
|||
sudo docker compose -f ~/Documents/tools/penpot/docker-compose.yaml pull
|
||||
echo "Updated penpot!"
|
||||
;;
|
||||
help)
|
||||
xdg-open "https://help.penpot.app/"
|
||||
;;
|
||||
*)
|
||||
echo "Usage: penpot {run|stop|update}"
|
||||
echo "Usage: penpot {run|stop|update|help}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue