From 676a035c863a686391422e690e0a743b0d62d782 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2018 18:19:59 +0200 Subject: Command line interface synopsis sketches for init and config commands --- bdep/config.cli | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bdep/config.cli (limited to 'bdep/config.cli') diff --git a/bdep/config.cli b/bdep/config.cli new file mode 100644 index 0000000..73d5444 --- /dev/null +++ b/bdep/config.cli @@ -0,0 +1,44 @@ +// 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." + } + }; +} -- cgit v1.1