Skip to content

Commit b1b3e51

Browse files
committed
refactor(cli): change --ideas-list flag to idea list subcommand
- Removed --ideas-list flag from top-level options - Added 'idea list' subcommand under idea command - Removed ideasList from CliOptions interface - Updated help text to show idea list subcommand - Updated CHANGELOG.md to reflect new command structure - Updated cli.test.ts to test idea command availability This makes the CLI structure more intuitive: opencoder idea 'description' - Add an idea opencoder idea list - List all ideas Signed-off-by: leocavalcante <[email protected]>
1 parent 7723a37 commit b1b3e51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ export function parseCli(argv: string[] = process.argv): ParsedCli {
316316
commitSignoff: opts.signoff as boolean | undefined,
317317
status: opts.status as boolean | undefined,
318318
metricsReset: opts.metricsReset as boolean | undefined,
319-
ideasList: opts.ideasList as boolean | undefined,
320319
},
321320
hint: args[0],
322321
}

0 commit comments

Comments
 (0)