Skip to content

Commit ed3812c

Browse files
authored
Merge pull request #472 from open-rpc/feat/refactor-reporter-interface
feat: refactor reporter interface
2 parents 246fa4c + a25981a commit ed3812c

File tree

10 files changed

+2253
-503
lines changed

10 files changed

+2253
-503
lines changed

bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ program
1515
.version(require('./get-version'))
1616
.usage('[options]')
1717
.option('-s, --schema [schema]', 'JSON string or a Path/Url pointing to an open rpc schema')
18-
.option('-r, --reporter <reporter>', 'Use the specified reporter [console] [json]')
18+
.option('-r, --reporter <reporter>', 'Use the specified reporter [console] [json] [empty]')
1919
.option('-t, --transport <transport>', 'Use the specified transport [http]')
2020
.option('--skip <skip>', 'Methods to skip')
2121
.option('--only <only>', 'Methods to only run')

0 commit comments

Comments
 (0)