bittensor
bittensor copied to clipboard
Add a parameter to select the uid range for `btcli root get_weights` command
Is your feature request related to a problem? Please describe.
On lower resolutions the result is poorly readable if the number of neurons is high:
Describe the solution you'd like
Please add the parameter (naming is discussable) that will allow to display only a range of uid colums, for example:
--uid-range 5-13
or two parameters (each is optional):
--uid-range-start 5
--uid-range-stop 13
Describe alternatives you've considered
It could be output to plain text instead of rich.table to allow arbitrary width so that output can be directed to a file, but range is probably easier to use and to implement.
Additional context
No response