Files
opencode/packages
Simon Klee 537160dbc0 opencode: lazy-load top-level CLI commands
The CLI imports every top-level command before argument parsing has
decided which handler will run. This makes simple invocations pay for
the full command graph up front and slows down the default startup path.

Parse the root argv first and load only the command module that matches
the selected top-level command. Keep falling back to the default TUI
path for non-command positionals, and preserve root help, version and
completion handling
2026-04-09 19:42:25 +02:00
..
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-01-21 14:36:21 -06:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:47:02 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00
2026-04-09 16:24:43 +00:00