mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
docs: clarify 'clean' command
Signed-off-by: Florian-Schoenherr <florian.schoenherr99@gmail.com>
This commit is contained in:
parent
ee433e53ca
commit
836b212acd
1 changed files with 2 additions and 2 deletions
|
@ -758,7 +758,7 @@ class MachCommands(CommandBase):
|
||||||
return status
|
return status
|
||||||
|
|
||||||
@Command('clean',
|
@Command('clean',
|
||||||
description='Clean the build directory.',
|
description='Clean the target/ and python/_virtualenv[version]/ and support/hololens/ directories',
|
||||||
category='build')
|
category='build')
|
||||||
@CommandArgument('--manifest-path',
|
@CommandArgument('--manifest-path',
|
||||||
default=None,
|
default=None,
|
||||||
|
@ -786,7 +786,7 @@ class MachCommands(CommandBase):
|
||||||
return check_call(["cargo", "clean"] + opts, env=self.build_env(), verbose=verbose)
|
return check_call(["cargo", "clean"] + opts, env=self.build_env(), verbose=verbose)
|
||||||
|
|
||||||
@Command('clean-uwp',
|
@Command('clean-uwp',
|
||||||
description='Clean the support/hololens/ directory.',
|
description='Clean the support/hololens/ directory',
|
||||||
category='build')
|
category='build')
|
||||||
def clean_uwp(self):
|
def clean_uwp(self):
|
||||||
uwp_artifacts = [
|
uwp_artifacts = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue