mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Remove unused params from mach package command
This commit is contained in:
parent
96dc0eb889
commit
2a00eb6c08
1 changed files with 1 additions and 4 deletions
|
@ -194,10 +194,7 @@ class PostBuildCommands(CommandBase):
|
|||
help='Package the release build')
|
||||
@CommandArgument('--dev', '-d', action='store_true',
|
||||
help='Package the dev build')
|
||||
@CommandArgument(
|
||||
'params', nargs='...',
|
||||
help="Command-line arguments to be passed through to Servo")
|
||||
def package(self, params, release=False, dev=False, debug=False, debugger=None):
|
||||
def package(self, release=False, dev=False, debug=False, debugger=None):
|
||||
env = self.build_env()
|
||||
binary_path = self.get_binary_path(release, dev, android=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue