Plugins: allow unsafe-force override on update

This commit is contained in:
huntharo
2026-04-03 00:20:16 -04:00
committed by Peter Steinberger
parent 824ff335c6
commit c4f40c3f7d
10 changed files with 193 additions and 12 deletions

View File

@@ -138,6 +138,8 @@ vi.mock("../infra/clawhub.js", () => ({
const { registerPluginsCli } = await import("./plugins-cli.js");
export { registerPluginsCli };
export function runPluginsCommand(argv: string[]) {
const program = new Command();
program.exitOverride();