// file : bdep/clean.cli // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bdep-clean" "\summary=clean project in build configurations" namespace bdep { { " ", "\h|SYNOPSIS| \c{\b{bdep clean} [] [] [] [...]} \c{ = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a}\n = (\b{--directory}|\b{-d} )... | \n = \b{--directory}|\b{-d} } \h|DESCRIPTION| The \cb{clean} command cleans the project packages in one or more build configurations. Underneath it executes the \l{bpkg-pkg-clean(1)} command which itself is not much more than the build system \cb{clean} operation (see \l{b(1)} for details). As a result, the main utility of this command is the ability to refer to build configurations by names and to project packages implicitly via the current working directory. If no project or package directory is specified, then the current working directory is assumed. If no configuration is specified, then the default configuration is assumed. See \l{bdep-projects-configs(1)} for details on specifying projects and configurations. Optional \c{\i{cfg-var}...} are the additional configuration variables to pass to the build system. " } class cmd_clean_options: project_options { "\h|CLEAN OPTIONS|" }; }