diff --git a/to_home/.bash_profile b/to_home/.bash_profile index b7aaef1..b6fb79e 100644 --- a/to_home/.bash_profile +++ b/to_home/.bash_profile @@ -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