Closed
Description
Some commands:
- Ping
- ListProviders
- ListOpcodes
- ListAuthenticators
should not need an authenticator. At the moment they do because they are executed through the BasicClient which does automatic authenticator selection.
Maybe the automatic authenticator selection should only be done in the Subcommand::run
method for the subcommands that need it.