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
There is a need in GitOperations.cached_command. I see no reason for all modules having access to this flag. If we support long options then --debug should also work.
Typically, the debugging flag is named
-d
. Enabling this flag will show debugging messages.I suggest that
gitoper.py
doesn't know about this flag, and all the messages are produced inrepofs.py
.The text was updated successfully, but these errors were encountered: