Fixed so --no-compile is a negative alias for --compile.
This commit is contained in:
parent
9216cfe7ba
commit
a9d37835ad
|
@ -116,6 +116,7 @@ class install (Command):
|
||||||
]
|
]
|
||||||
|
|
||||||
boolean_options = ['force', 'skip-build']
|
boolean_options = ['force', 'skip-build']
|
||||||
|
negative_opt = {'no-compile' : 'compile'}
|
||||||
|
|
||||||
|
|
||||||
def initialize_options (self):
|
def initialize_options (self):
|
||||||
|
|
Loading…
Reference in New Issue