Skip to content

Commit

Permalink
Remove default value for params in mach doc #4134
Browse files Browse the repository at this point in the history
  • Loading branch information
murphm8 committed Nov 28, 2014
1 parent b56bab4 commit b4171b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/post_build_commands.py
Expand Up @@ -66,7 +66,7 @@ def run(self, params, debug=False, debugger=None):
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()
Expand Down

5 comments on commit b4171b4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from SimonSapin
at murphm8@b4171b4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging murphm8/servo/mach_doc = b4171b4 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

murphm8/servo/mach_doc = b4171b4 merged ok, testing candidate = fafd3fd

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = fafd3fd

Please sign in to comment.