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
File "/usr/local/lib/python2.7/dist-packages/click_repl/__init__.py", line 169, in repl
available_commands = group_ctx.command.commands
AttributeError: 'CommandCollection' object has no attribute 'commands'
This is implemented as
list_commands
inCommandCollection
: https://github.com/pallets/click/blob/master/click/core.py#L1225list_commands
is also implemented inGroup
: https://github.com/pallets/click/blob/master/click/core.py#L1197This provides a consistent interface to both types.
The text was updated successfully, but these errors were encountered: