Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 918 Bytes

File metadata and controls

8 lines (8 loc) · 918 Bytes

path:

wgl_plugins/.py

attributes exposed

attribute type expected return type description example return command function none what you run in your module if it gets invoked, optionnal None command_desc function string description for command, required if making command "Description of command" library function list required if you don't make command, returns a list of names and commands to run them [["Name1","Command1"],["Name2","Command2"]] plugin any none required, lets the tool know your file is a plugin None