You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(commands): add buildRouteMap wrapper with standard subcommand aliases
Introduce `src/lib/route-map.ts` as the single entry point for building
route maps — analogous to how `src/lib/command.ts` wraps Stricli's
`buildCommand`. The wrapper auto-injects standard aliases based on which
route keys exist:
list → ls
view → show
delete → remove, rm
create → new
All 16 command group index.ts files and app.ts now import from the
wrapper instead of @stricli/core directly. Manual aliases that are
covered by the standard set have been removed.
Also update `getSubcommandsForRoute()` in list-command.ts to collect
subcommand aliases so plural+alias combos like `sentry issues ls` are
properly intercepted.
0 commit comments