mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Comment on ./mach bootstrap
This commit is contained in:
parent
fc322182c4
commit
f270f3798d
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ class MachCommands(CommandBase):
|
|||
action='store_true',
|
||||
help='Boostrap without confirmation')
|
||||
def bootstrap(self, force=False):
|
||||
# This entry point isn't actually invoked, ./mach bootstrap is directly
|
||||
# called by mach (see mach_bootstrap.bootstrap_command_only) so that
|
||||
# it can install dependencies without needing mach's dependencies
|
||||
return bootstrap.bootstrap(self.context, force=force)
|
||||
|
||||
@Command('bootstrap-salt',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue