// file : bdep/config.cli // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file include ; "\section=1" "\name=bdep-config" "\summary=manage project build configurations" namespace bdep { { " ", "\h|SYNOPSIS| \c{\b{bdep config add} \ \ \ [] [] [\b{@}] \n \b{bdep config create} [] [] [\b{@}] []\n \b{bdep config remove} [] [] } \c{ = \b{--directory}|\b{-d} \n = ( | )...\n = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a}} \h|DESCRIPTION| The \cb{config} command..." } // Note that not all project/configuration options are valid for all // subcommands. // class cmd_config_options: configuration_options { "\h|CONFIG OPTIONS|" bool --default { //@@ Need to explain what it means. "Make the added or created configuration default." } }; }