Skip to content

Commit

Permalink
milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcacher committed Aug 6, 2024
1 parent e54f24d commit d76ce96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ Note: see "query parameters" at https://docs.github.com/en/rest/issues/issues?ap
)
.option('--undo', 'Undo the last AI-assisted task')
.option('--redo', 'Redo the last task for the specified path', false)
.option('--no-plan', 'Skip the plan step', false)
.action(async (options) => {
if (options.redo) {
try {
Expand Down

0 comments on commit d76ce96

Please sign in to comment.