-
-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
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
Idea: CLI argument for dev debug #1625
Comments
Part of this is already there in the
If it's just printing the OS platform/version, that probably should exist in the version output too. More detailed stuff like the path Sopel's running from, search directories for config/plugins/etc., and maybe other stuff could go in another CLI arg (no idea right now what we'd name it). Pastebinning detailed configuration and other in-the-weeds debug stuff probably belongs as an 8.0 thing, pending #1600 happening (so we can very reliably avoid dumping out keys/passwords/secrets). |
Punt. But who among us honestly thought this would get done for 7.1? I mean really. |
Stealing some code from another project that I worked on
I think somewhere in the sopel code we also have a check for Windows/Linux/Darwin, as well as a check for if the user is root/Administrator
|
It might also be helpful for the debug command to list installed sopel plugins |
Task list by @dgw:
--version
output--version
or a new CLI argThe text was updated successfully, but these errors were encountered: