Make sure that calling Jedi with a random argument in CLI results in errors

This commit is contained in:
Dave Halter
2020-04-18 11:23:12 +02:00
parent a793dd7c91
commit 3718d62e24

View File

@@ -61,3 +61,5 @@ elif len(sys.argv) > 1 and sys.argv[1] == 'linter':
_start_linter()
elif len(sys.argv) > 1 and sys.argv[1] == '_complete':
_complete()
else:
print('Command not implemented: %s' % sys.argv[1])