From b7e93fde78cad6c2ed90e9bf22b4ea72df94eb09 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 May 2018 14:52:15 +0200 Subject: Implement config-set subcommand --- bdep/config.cli | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'bdep/config.cli') 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} \ \ [] [] [...]\n \b{bdep config remove} [] [] ... | \b{--all}|\b{-a}\n \b{bdep config rename} [] [] \n - \b{bdep config set} \ \ \ [] [] \n + \b{bdep config set} \ \ \ [] [] ... | \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; -- cgit v1.1