docs: clarify 'clean' command

Signed-off-by: Florian-Schoenherr <florian.schoenherr99@gmail.com>
This commit is contained in:
Florian-Schoenherr 2021-08-21 12:43:17 +02:00
parent ee433e53ca
commit 836b212acd

View file

@ -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 = [