allow command 'frappy cli'

This commit is contained in:
2025-06-27 16:29:45 +02:00
parent 8c06dca894
commit 9fa90d938f
+3 -1
View File
@@ -11,7 +11,9 @@ pathadd ~/frappy/bin
frappy() {
if [[ -z "$1" ]]; then
echo "Usage: frappy status|start|stop|restart"
echo "Usage: frappy status|start|stop|restart|cli"
elif [[ "$1" == "cli" ]]; then
~/frappy/bin/frappy-cli
else
systemctl --user $1 frappy
fi