modules : added formats mapping
This commit is contained in:
parent
ccd90df62f
commit
1e468c5541
@ -256,7 +256,10 @@ class TclModule(EnvModule):
|
|||||||
|
|
||||||
formats = {
|
formats = {
|
||||||
PrependPath: 'prepend-path {name} \"{value}\"\n',
|
PrependPath: 'prepend-path {name} \"{value}\"\n',
|
||||||
SetEnv: 'setenv {name} \"{value}\"\n'
|
AppendPath: 'append-path {name} \"{value}\"\n',
|
||||||
|
RemovePath: 'remove-path {name} \"{value}\"\n',
|
||||||
|
SetEnv: 'setenv {name} \"{value}\"\n',
|
||||||
|
UnsetEnv: 'unsetenv {name}\n'
|
||||||
}
|
}
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user