You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.
also, may I suggest that the walkthrough doesn't suggest manually editing ciphey's source, and instead recommends the -m flag
the -m flag is rather like the python3 -m flag
it loads in the python module at the specified path
it allows people to write extensions without having to faff around with the source code
if they want to add it to the source, then they should edit the source and fire off a pull request
if they just want that locally, they can use the config file
module:
- /path/to/python/script.py
- /path/to/python/module/dir/
that config there has the two possible methods: module dir or script file
like with python3 -m
you can run python3 script
or python3 dir```
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!
The text was updated successfully, but these errors were encountered: