Changes to the plugin.py file to include the plugin remove_jar feature#116
Changes to the plugin.py file to include the plugin remove_jar feature#116nanaessuman wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
For remove jar, there is no local path. The command should take the plugin name to remove and optionally the remote path to the plugin directory to allow for non-default configurations.
def remove_jar(plugin_name, plugin_dir=REMOTE_PLUGIN_DIR)
|
Thanks for the patch! We're excited to have a new contributor! |
|
@nanaessuman Could you please address the comments from @rschlussel ? So we could merge this PR. |
I added "remove_jar" to plugin.jar to allow users to remove jars from directories when they add files with the add_jar feature.