diff --git a/tools/op.sh b/tools/op.sh index 7a06be56a6..cd08419a57 100755 --- a/tools/op.sh +++ b/tools/op.sh @@ -433,6 +433,9 @@ function _op() { sim ) shift 1; op_sim "$@" ;; install ) shift 1; op_install "$@" ;; switch ) shift 1; op_switch "$@" ;; + start ) shift 1; op_start "$@" ;; + stop ) shift 1; op_stop "$@" ;; + restart ) shift 1; op_restart "$@" ;; post-commit ) shift 1; op_install_post_commit "$@" ;; * ) op_default "$@" ;; esac