Update cli.py

Former-commit-id: 18e65bbd3ae07af3b9eed7f293c345815776c325
This commit is contained in:
youkaichao 2024-12-26 23:22:09 +08:00 committed by GitHub
parent b5fa1044b8
commit 552816e04b

View File

@ -120,3 +120,6 @@ def main():
print(USAGE)
else:
raise NotImplementedError(f"Unknown command: {command}.")
if __name__ == "__main__":
main()