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 we'll assign it to you.
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 we'll assign it to you.