Formatted properly

This commit is contained in:
Bryan Ramos 2023-05-23 15:47:25 -04:00
parent 8cc9fc6c77
commit 90f316e058

View file

@ -48,7 +48,7 @@ fi
## ##
# penpot {run|stop|update|help} alias function # penpot {run|stop|update|help} alias function
penpot() { function penpot() {
case "$1" in case "$1" in
run) run)
sudo docker compose -p penpot -f ~/Documents/tools/penpot/docker-compose.yaml up -d >/dev/null 2>&1 sudo docker compose -p penpot -f ~/Documents/tools/penpot/docker-compose.yaml up -d >/dev/null 2>&1
@ -69,6 +69,7 @@ penpot() {
;; ;;
help) help)
xdg-open "https://help.penpot.app/" xdg-open "https://help.penpot.app/"
echo "Opened penpot help page in your browser."
;; ;;
*) *)
echo "Usage: penpot {run|stop|update|help}" echo "Usage: penpot {run|stop|update|help}"