Use Omarchy command helpers consistently

This commit is contained in:
David Heinemeier Hansson
2026-07-18 10:08:43 -07:00
parent bd34704f7b
commit 8862fb22bd
23 changed files with 54 additions and 46 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ USAGE
exit 0
fi
command -v jq >/dev/null 2>&1 || fail "jq is required"
omarchy-cmd-present jq || fail "jq is required"
PLUGIN_DIR="${1:-}"
[[ -n $PLUGIN_DIR && -d $PLUGIN_DIR ]] || fail "plugin folder not found: ${PLUGIN_DIR:-<none>}"