Open ligurio opened 3 years ago
Could you share with me the src of bin/tlacli
? I'm on Windows so don't know what it's compiled to.
Sure.
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from tlacli.tlacli import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())
Version:
tlacli-0.0.1