summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/extensions/inkex.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py
index 34caa9d3d..0fdaeea75 100755
--- a/share/extensions/inkex.py
+++ b/share/extensions/inkex.py
@@ -150,6 +150,9 @@ class Effect:
self.OptionParser.add_option("--id",
action="append", type="string", dest="ids", default=[],
help="id attribute of object to manipulate")
+ self.OptionParser.add_option("--selected-nodes",
+ action="append", type="string", dest="selected_nodes", default=[],
+ help="id:subpath:position of selected nodes, if any")#TODO write a parser for this
def effect(self):
pass