We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af84c9f commit e4d62b2Copy full SHA for e4d62b2
goto/commands/__init__.py
@@ -19,4 +19,4 @@
19
for name in command.names():
20
command_map[name] = command
21
22
-__all__ = ['default', 'command_map']
+__all__ = ['default', 'command_map', 'commands']
0 commit comments