-
-
Notifications
You must be signed in to change notification settings - Fork 409
Closed as not planned
Description
While writing my own plugin that featured an update command I ran into this since Sopel will run all commands matching a defined command name/alias.
I should think running any sort of git pull command should require an extra step or confirmation, e.g. .update --yes, or something.
Lines 65 to 67 in 9f5116d
| proc = subprocess.Popen('/usr/bin/git pull', | |
| stdout=subprocess.PIPE, | |
| stderr=subprocess.PIPE, shell=True) |
To be honest I'm not entirely sure what the benefit of this command is and I'm beginning to align with @Exirel with his disdain for this plugin in general.
Metadata
Metadata
Assignees
Labels
No labels