// file : bdep/deinit.cli // copyright : Copyright (c) 2014-2017 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|" }; }