Skip to content

Commit

Permalink
Merge pull request #472 from open-rpc/feat/refactor-reporter-interface
Browse files Browse the repository at this point in the history
feat: refactor reporter interface
  • Loading branch information
shanejonas authored Apr 10, 2024
2 parents 246fa4c + a25981a commit ed3812c
Show file tree
Hide file tree
Showing 10 changed files with 2,253 additions and 503 deletions.
2 changes: 1 addition & 1 deletion bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ program
.version(require('./get-version'))
.usage('[options]')
.option('-s, --schema [schema]', 'JSON string or a Path/Url pointing to an open rpc schema')
.option('-r, --reporter <reporter>', 'Use the specified reporter [console] [json]')
.option('-r, --reporter <reporter>', 'Use the specified reporter [console] [json] [empty]')
.option('-t, --transport <transport>', 'Use the specified transport [http]')
.option('--skip <skip>', 'Methods to skip')
.option('--only <only>', 'Methods to only run')
Expand Down
Loading

0 comments on commit ed3812c

Please sign in to comment.