// file : bdep/deinit.cli // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bdep-deinit" "\summary=deinitialize project in build configurations" namespace bdep { { " ", "\h|SYNOPSIS| \c{\b{bdep deinit} [] [] []} \c{ = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a}\n = (\b{--directory}|\b{-d} )... | \n = \b{--directory}|\b{-d} } \h|DESCRIPTION| The \cb{deinit} command deinitializes the specified project packages (), or, if the project itself is specified (), all its previously initialized packages, in one or more build configurations (). If no project 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. " } class cmd_deinit_options: project_options { "\h|DEINIT OPTIONS|" bool --force { "Deinitialize packages without attempting to remove them from the build configuration. This mode is primarily useful when the configuration directory has been removed or is otherwise unusable." } }; }