Not every programmer likes creating GUI code. Most hacker types don’t mind a command line interface, but very few ordinary users appreciate them. However, if you write command line programs in Python, ...
Is it possible to have command line arguments for calling a script using api start? Example "api start SmartCamera.py land -c 0" When run I get "usage: api load " Also when I run my script (without ...