Skip to content

Commit 3398925

Browse files
committed
No longer hide utils
1 parent 293e349 commit 3398925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ def __init__(self):
770770

771771
# utils app
772772
self.app.add_typer(
773-
self.utils_app, name="utils", no_args_is_help=True, hidden=True
773+
self.utils_app, name="utils", no_args_is_help=True, hidden=False
774774
)
775775

776776
# view app

0 commit comments

Comments
 (0)