opentensor / btcli

Bittensor command line tool
https://docs.bittensor.com/btcli
13 stars 3 forks source link

Hyperparameters kills sudo set #202

Closed thewhaleking closed 1 day ago

thewhaleking commented 5 days ago

hyperparams

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.