Update cli.py

This commit is contained in:
youkaichao
2024-12-26 23:22:09 +08:00
committed by GitHub
parent cd56f88ff2
commit c39d81cd1d

View File

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