Commit b1b3e51
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
| |||
0 commit comments