X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc-config;h=645b1d0adbb875ef340c269dccc06e3b5825bd30;hb=b8ada6d36e6e6359b8af7c951d10df89fa3c4514;hp=840ee468bb69a84c397585707eb02113e17ab5a1;hpb=2b5a03e21b801468b9e509d49626b97e7798922e;p=myplc.git diff --git a/plc-config b/plc-config index 840ee46..645b1d0 100755 --- a/plc-config +++ b/plc-config @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ +# $Id: plc-config,v 1.1.1.1 2006/03/27 17:36:46 mlhuang Exp $ # import sys @@ -71,6 +71,7 @@ def main(): "xml", "variables", "packages", + "groups", "comps", "category=", "variable=", "value=", "group=", "package=", "type=", @@ -96,6 +97,8 @@ def main(): output = plc.output_variables elif opt == "--packages": output = plc.output_packages + elif opt == "--groups": + output = plc.output_groups elif opt == "--comps": output = plc.output_comps elif opt == "--category":