From c4d8116334a3fb235f729566b1095112aa2ac9cb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 29 Mar 2018 16:25:36 +0200 Subject: Setup config subcommand handling infrastructure --- bdep/config.cli | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'bdep/config.cli') diff --git a/bdep/config.cli b/bdep/config.cli index 067fd69..62ef5da 100644 --- a/bdep/config.cli +++ b/bdep/config.cli @@ -40,7 +40,12 @@ namespace bdep The \cb{config} command provides the following subcommands for managing project's build configurations. If no project directory is specified, - then the current working directory is assumed. + then the current working directory is assumed." + } + + class cmd_config_subcommands + { + "\h|CONFIG SUBCOMMANDS| \dl| @@ -85,9 +90,14 @@ namespace bdep The \cb{set} subcommand sets various properties of the specified build configuration. These include the default flag - (\c{\b{--}[\b{no-}]\b{default}}).|| - " - } + (\c{\b{--}[\b{no-}]\b{default}}).||" + + bool add; + bool create; + bool remove; + bool rename; + bool set; + }; // Note that not all project/configuration options are valid for all // subcommands. -- cgit v1.1