| http://www.w3.org/ns/prov#value | - It is required (you can not run the command without it):class HexViewerOptionsCommand(sublime_plugin.WindowCommand):... def run(self, option):Here is an example that uses custom arguments that are optional (you can call the command without the arguments and it will still work; they are defaulted to a value if they are not used):class HexViewerCommand(sublime_plugin.WindowComman
|