Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Add -m command to cipheydocs #11

Open
bee-san opened this issue Jul 12, 2020 · 1 comment
Open

Add -m command to cipheydocs #11

bee-san opened this issue Jul 12, 2020 · 1 comment

Comments

@bee-san
Copy link
Member

bee-san commented Jul 12, 2020

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```
@issue-label-bot
Copy link

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!

Links: app homepage, dashboard and code for this bot.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant