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
docs(cli): add plugin command help examples (#770)
## Summary
- add `Examples:` help blocks to `shep plugin add`, `list`, `configure`,
and `status`
- copy the example invocations from each command's existing JSDoc usage
block
- keep the change limited to CLI help output only
Closes#745
## Verification
- `SHEP_HOME=$(mktemp -d) pnpm dev:cli plugin <sub> --help` for `add`,
`list`, `configure`, and `status` prints the new `Examples:` sections
- `pnpm exec prettier --check
src/presentation/cli/commands/plugin/add.command.ts
src/presentation/cli/commands/plugin/list.command.ts
src/presentation/cli/commands/plugin/configure.command.ts
src/presentation/cli/commands/plugin/status.command.ts`
- `pnpm run typecheck`
- `PATH="/Users/vsc_agent/.nvm/versions/node/v22.21.0/bin:$PATH" pnpm
run validate`
Co-authored-by: Shep Bot <shep-agent@users.noreply.github.com>
0 commit comments