From e6950b48776f8577b2659980a72e827580436305 Mon Sep 17 00:00:00 2001 From: royjr Date: Thu, 16 Jan 2025 23:42:19 -0500 Subject: [PATCH] =} --- tools/op.sh | 3 +++ 1 file changed, 3 insertions(+) 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