You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
523 B
33 lines
523 B
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 = [
|
|
]
|