We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docopt
$ python3 -m pipx install volvooncall installed package volvooncall 0.10.4, installed using Python 3.10.12 These apps are now globally available - voc done! β¨ π β¨ $ voc Traceback (most recent call last): File "/home/dbosk/.local/bin/voc", line 41, in <module> import docopt ModuleNotFoundError: No module named 'docopt' $ python3 -m pipx inject volvooncall docopt injected package docopt into venv volvooncall done! β¨ π β¨
certifi
$ voc Traceback (most recent call last): File "/home/dbosk/.local/bin/voc", line 50, in <module> import certifi ModuleNotFoundError: No module named 'certifi' $ python3 -m pipx inject volvooncall certifi injected package certifi into venv volvooncall done! β¨ π β¨ (0|09:24)dbosk@X1:~ $ voc Usage: voc (-h | --help) voc --version voc [-v|-vv] [options] list voc [-v|-vv] [options] status voc [-v|-vv] [options] trips [(--pretty|--json|--csv)] voc [-v|-vv] [options] owntracks voc [-v|-vv] [options] print [<attribute>] voc [-v|-vv] [options] (lock | unlock) voc [-v|-vv] [options] heater (start | stop) voc [-v|-vv] [options] engine (start | stop) voc [-v|-vv] [options] honk_and_blink voc [-v|-vv] [options] call <method> voc [-v|-vv] [options] mqtt voc [-v|-vv] [options] dashboard
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docopt
certifi
The text was updated successfully, but these errors were encountered: