// 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..." } class config_options: common_options { "\h|CONFIG OPTIONS|" bool --default|-d { //@@ Need to explain what it means. "Make the added or created configuration default." } }; }