aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-21 14:52:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:07:05 +0200
commitb7e93fde78cad6c2ed90e9bf22b4ea72df94eb09 (patch)
treea5845acc92527e7267ab6957f53241fd9ccdee48 /bdep/config.cli
parentc6dce94e537f394cb3126d0883de7dcb4a42ea01 (diff)
Implement config-set subcommand
Diffstat (limited to 'bdep/config.cli')
-rw-r--r--bdep/config.cli20
1 files changed, 12 insertions, 8 deletions
diff --git a/bdep/config.cli b/bdep/config.cli
index 8c355db..cf87020 100644
--- a/bdep/config.cli
+++ b/bdep/config.cli
@@ -23,7 +23,7 @@ namespace bdep
\b{bdep config list} \ \ [<options>] [<prj-spec>] [<cfg-spec>...]\n
\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>\n
+ \b{bdep config set} \ \ \ [<options>] [<prj-spec>] <cfg-spec>... | \b{--all}|\b{-a}\n
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\b{--}[\b{no-}]\b{default}]\n
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\b{--}[\b{no-}]\b{forward}]\n
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ [\b{--}[\b{no-}]\b{auto-sync}]}
@@ -114,13 +114,17 @@ namespace bdep
\li|\cb{set}
- The \cb{set} subcommand sets various properties of the specified
- build configuration. These include the
- default (\c{\b{--}[\b{no-}]\b{default}}),
- forward (\c{\b{--}[\b{no-}]\b{forward}}), and
- auto-synchronization (\c{\b{--}[\b{no-}]\b{auto-sync}}) flags.
- Note that changing any of these flags requires an explicit
- \l{bdep-sync(1)} command to take effect.||"
+ The \cb{set} subcommand modifies various properties of one or more
+ build configurations associated with the project. See
+ \l{bdep-projects-configs(1)} for various ways to specify build
+ configurations.
+
+ The properties that can be modified include the default
+ (\c{\b{--}[\b{no-}]\b{default}}), forward
+ (\c{\b{--}[\b{no-}]\b{forward}}), and auto-synchronization
+ (\c{\b{--}[\b{no-}]\b{auto-sync}}) flags. Note that changing any of
+ these flags requires an explicit \l{bdep-sync(1)} command to take
+ effect. ||"
bool add;
bool create;