greview-cli 0.12.3 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -9
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -887,16 +887,8 @@ var SKILL_INSTALL_ARGS = [
|
|
|
887
887
|
"skills",
|
|
888
888
|
"add",
|
|
889
889
|
"YouXam/greview",
|
|
890
|
-
"--agent",
|
|
891
|
-
"codex",
|
|
892
|
-
"claude-code",
|
|
893
|
-
"github-copilot",
|
|
894
|
-
"opencode",
|
|
895
|
-
"openclaw",
|
|
896
890
|
"--skill",
|
|
897
|
-
"greview"
|
|
898
|
-
"--global",
|
|
899
|
-
"--yes"
|
|
891
|
+
"greview"
|
|
900
892
|
];
|
|
901
893
|
function fail(message) {
|
|
902
894
|
throw new UsageError(message);
|