We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf6600 commit 714fac0Copy full SHA for 714fac0
1 file changed
out/cli.cjs
@@ -16384,7 +16384,7 @@ function G3(t, e2) {
16384
// package.json
16385
var package_default = {
16386
name: "opencommit",
16387
- version: "3.0.10",
+ version: "3.0.11",
16388
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
16389
keywords: [
16390
"git",
@@ -22661,7 +22661,7 @@ var hookCommand = G3(
22661
return ce(`${source_default.green("\u2714")} Hook is removed`);
22662
}
22663
throw new Error(
22664
- `Unsupported mode: ${mode2}. Supported modes are: 'set' or 'unset'`
+ `Unsupported mode: ${mode2}. Supported modes are: 'set' or 'unset', do: \`oco hook set\``
22665
);
22666
} catch (error) {
22667
ce(`${source_default.red("\u2716")} ${error}`);
0 commit comments