fix: remove unused --staged-only CLI option

This commit is contained in:
Mark IJbema
2026-02-19 16:26:10 +01:00
parent bc24a200bb
commit e90630621d
+1 -5
View File
@@ -14,11 +14,7 @@ export const CommitCommand = cmd({
type: "boolean",
default: false,
})
.option("staged-only", {
describe: "only use staged changes",
type: "boolean",
default: true,
})
},
handler: async (args) => {
await bootstrap(process.cwd(), async () => {