Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-25 14:07:35 -04:00
parent 23c22777a9
commit 8a9fee9f66
+1 -1
View File
@@ -2312,7 +2312,7 @@ cli.add_command(check)
cli.add_command(shell)
cli.add_command(run)
if len(sys.argv) > 1:
if '--' not in ''.join(sys.argv) and len(sys.argv) > 1:
cli = DYMCommandCollection(sources=[cli])
if __name__ == '__main__':