mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
fix: remove unused --staged-only CLI option
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user