If --cpy-version CLI argument is passed by user, then pass it's value to the Backend constructor and store it in a local variable to be returned if it exists from get_circuitpython_version()
I was able to successfully test this version with these commands:
resolves #218
If
--cpy-version
CLI argument is passed by user, then pass it's value to the Backend constructor and store it in a local variable to be returned if it exists fromget_circuitpython_version()
I was able to successfully test this version with these commands: