mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
parent
085c52dfbc
commit
04df787299
4 changed files with 53 additions and 2 deletions
|
@ -105,7 +105,7 @@ class MachCommands(CommandBase):
|
|||
'--json', '-j', action="store_true",
|
||||
help='Outputs')
|
||||
def clippy(self, package=None, json=False):
|
||||
params = ["--features=script/plugins/clippy"]
|
||||
params = ["--features=clippy"]
|
||||
if package:
|
||||
params += ["-p", package]
|
||||
if json:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue