With the way we handle hyperparameters here, we exit early when trying to run sudo set because of the new error handling. CLIManager methods should only be used for handling the arguments/options. The logic should live in the command coroutines themselves.
This should be included in #199
With the way we handle hyperparameters here, we exit early when trying to run sudo set because of the new error handling. CLIManager methods should only be used for handling the arguments/options. The logic should live in the command coroutines themselves.