prefix = [ { 'ostring':['+u','++update'], 'help':'update the listings for ext', 'action':'store_true', }, ] common = [ { 'ostring':['+e','++edit'], 'help': 'open in editor', 'action': 'store_true', }, { 'ostring':['arg'], 'help':'commnad-line args', 'action':'store', 'nargs':'*' } ] exts = [ { 'ext' : 'py', 'opts' : [] }, { 'ext' : 'java', 'opts': [] } ] exe = [ ]