You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the commands in cli/__init__.py contain too much logic. The should be place in some other place. cli/__init__.py should contain only the logic for invoking code that implement the functions of the commands.
The text was updated successfully, but these errors were encountered:
Currently, the commands in
cli/__init__.py
contain too much logic. The should be place in some other place.cli/__init__.py
should contain only the logic for invoking code that implement the functions of the commands.The text was updated successfully, but these errors were encountered: