Good First Issue
Add a --verbose flag to the ocpp-debugkit inspect command that shows full event details (not just the summary).
What to do
- Add
--verbose option to the inspect command in cli/index.ts
- Update
inspectCommand in commands/inspect.ts to show full event list when --verbose is passed
- Add a CLI integration test
Files to modify
packages/toolkit/src/cli/index.ts
packages/toolkit/src/cli/commands/inspect.ts
packages/toolkit/src/cli/cli.test.ts
How to claim
Comment "I'd like to work on this" and it will be assigned to you.
Please hold one open claim at a time. Once the pull request for it is merged,
say which issue you want next and it will be assigned. That keeps issues from
sitting claimed while another is still in review, so other newcomers can see
what is genuinely free.
Good First Issue
Add a
--verboseflag to theocpp-debugkit inspectcommand that shows full event details (not just the summary).What to do
--verboseoption to theinspectcommand incli/index.tsinspectCommandincommands/inspect.tsto show full event list when--verboseis passedFiles to modify
packages/toolkit/src/cli/index.tspackages/toolkit/src/cli/commands/inspect.tspackages/toolkit/src/cli/cli.test.tsHow to claim
Comment "I'd like to work on this" and it will be assigned to you.
Please hold one open claim at a time. Once the pull request for it is merged,
say which issue you want next and it will be assigned. That keeps issues from
sitting claimed while another is still in review, so other newcomers can see
what is genuinely free.