mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +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
|
||||
|
||||
@Command('clean',
|
||||
description='Clean the build directory.',
|
||||
description='Clean the target/ and python/_virtualenv[version]/ and support/hololens/ directories',
|
||||
category='build')
|
||||
@CommandArgument('--manifest-path',
|
||||
default=None,
|
||||
|
@ -786,7 +786,7 @@ class MachCommands(CommandBase):
|
|||
return check_call(["cargo", "clean"] + opts, env=self.build_env(), verbose=verbose)
|
||||
|
||||
@Command('clean-uwp',
|
||||
description='Clean the support/hololens/ directory.',
|
||||
description='Clean the support/hololens/ directory',
|
||||
category='build')
|
||||
def clean_uwp(self):
|
||||
uwp_artifacts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue