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
when session.applyCommandLine() is called with an unregistered reporter, the function simply returns 0 and the later call to session.run() just outputs a text: No reporter registered with name: 'foo'
Description
when
session.applyCommandLine()
is called with an unregistered reporter, the function simply returns 0 and the later call tosession.run()
just outputs a text:No reporter registered with name: 'foo'
Steps to reproduce
I would expect the parser to recognize this as command line argument error.
The text was updated successfully, but these errors were encountered: