aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/config.cli')
-rw-r--r--bdep/config.cli29
1 files changed, 22 insertions, 7 deletions
diff --git a/bdep/config.cli b/bdep/config.cli
index 5b414b3..30f7ed7 100644
--- a/bdep/config.cli
+++ b/bdep/config.cli
@@ -20,15 +20,26 @@ namespace bdep
\c{\b{bdep config add} \ \ \ [<options>] [<prj-spec>] [\b{@}<cfg-name>] <cfg-dir>\n
\b{bdep config create} [<options>] [<prj-spec>] [\b{@}<cfg-name>] <cfg-dir> [<cfg-args>]\n
- \b{bdep config remove} [<options>] [<prj-spec>] <cfg-spec>}
+ \b{bdep config remove} [<options>] [<prj-spec>] <cfg-spec>... | \b{--all}|\b{-a}\n
+ \b{bdep config rename} [<options>] [<prj-spec>] <cfg-spec> <cfg-name>\n
+ \b{bdep config set} \ \ \ [<options>] [<prj-spec>] <cfg-spec> \b{--}[\b{no-}]\b{default}}
- \c{<cfg-args> = (<module> | <cfg-var>)...\n
- <cfg-spec> = (\b{@}<cfg-name> | \b{--config}|\b{-c} <cfg-dir>)... | \b{--all}|\b{-a}\n
- <prj-spec> = \b{--directory}|\b{-d} <prj-dir>}
+ \c{<cfg-spec> = \b{@}<cfg-name> | \b{--config}|\b{-c} <cfg-dir>\n
+ <prj-spec> = \b{--directory}|\b{-d} <prj-dir>\n
+ <cfg-args> = (<module> | <cfg-var>)...}
\h|DESCRIPTION|
- The \cb{config} command..."
+ The \cb{config} command...
+
+
+ Unless the \cb{--no-default} option is specified, the first added or
+ created build configuration is designated as the default configuration.
+ Several \cb{bdep} commands use such a configuration by default if no
+ configuration was specified explicitly (see \l{bdep-projects-configs(1)}
+ for details). To make a subsequently added configuration the default use
+ the \cb{--default} option.
+ "
}
// Note that not all project/configuration options are valid for all
@@ -40,8 +51,12 @@ namespace bdep
bool --default
{
- //@@ Need to explain what it means.
- "Make the added or created configuration default."
+ "Make the added or created configuration the default."
+ }
+
+ bool --no-default
+ {
+ "Don't make the first added or created configuration then default."
}
};
}