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 d0dad75 commit 41f876aCopy full SHA for 41f876a
tests/app/cli.py
@@ -56,7 +56,7 @@ def list_commands(self, ctx):
56
57
def get_command(self, ctx, name):
58
cmds = {"foo": foo, "bar": bar}
59
- return cmds.get(name, None)
+ return cmds.get(name)
60
61
62
multi_named = MultiCLI(name="multi", help="Main entrypoint for this dummy program")
0 commit comments