mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +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',
|
||||
category='post-build')
|
||||
@CommandArgument(
|
||||
'params', default=None, nargs='...',
|
||||
'params', nargs='...',
|
||||
help="Command-line arguments to be passed through to cargo doc")
|
||||
def doc(self, params):
|
||||
self.ensure_bootstrapped()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue