From 40632ed4dc0a51149ab034cebed6227db21c9dab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 May 2018 12:51:21 +0200 Subject: Implement deinit command --- bdep/deinit.cli | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 bdep/deinit.cli (limited to 'bdep/deinit.cli') diff --git a/bdep/deinit.cli b/bdep/deinit.cli new file mode 100644 index 0000000..bfcec51 --- /dev/null +++ b/bdep/deinit.cli @@ -0,0 +1,45 @@ +// 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|" + }; +} -- cgit v1.1