mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove default value for params in mach doc #4134
This commit is contained in:
parent
b56bab4e40
commit
b4171b41e1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class MachCommands(CommandBase):
|
||||||
description='Generate documentation',
|
description='Generate documentation',
|
||||||
category='post-build')
|
category='post-build')
|
||||||
@CommandArgument(
|
@CommandArgument(
|
||||||
'params', default=None, nargs='...',
|
'params', nargs='...',
|
||||||
help="Command-line arguments to be passed through to cargo doc")
|
help="Command-line arguments to be passed through to cargo doc")
|
||||||
def doc(self, params):
|
def doc(self, params):
|
||||||
self.ensure_bootstrapped()
|
self.ensure_bootstrapped()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue