From ba8e0b9f9866b47bc61b49323e4293ba90826e80 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 18 Aug 2021 15:00:57 +0300 Subject: Add support for config-unlink sub-command --- bdep/config.cli | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'bdep/config.cli') diff --git a/bdep/config.cli b/bdep/config.cli index a1cdba2..17a8f41 100644 --- a/bdep/config.cli +++ b/bdep/config.cli @@ -20,6 +20,7 @@ namespace bdep \c{\b{bdep config add} \ \ \ [] [] [\b{@}] \n \b{bdep config create} [] [] [\b{@}] []\n \b{bdep config link} \ \ [] [] \n + \b{bdep config unlink} [] [] \n \b{bdep config list} \ \ [] [] [...]\n \b{bdep config move} \ \ [] [] \n \b{bdep config rename} [] [] \n @@ -113,9 +114,17 @@ namespace bdep \li|\cb{link} - The \cb{link} subcommand links one build configuration with another - by executing the \l{bpkg-cfg-link(1)} command. See - \l{bpkg-cfg-create(1)} for background on linked configurations.| + The \cb{link} subcommand links the first specified build + configuration with the second by executing the \l{bpkg-cfg-link(1)} + command. See \l{bpkg-cfg-create(1)} for background on linked + configurations.| + + \li|\cb{unlink} + + The \cb{unlink} subcommand unlinks the first specified build + configuration from the second by executing the \l{bpkg-cfg-unlink(1)} + command. See \l{bpkg-cfg-create(1)} for background on linked + configurations.| \li|\cb{list} @@ -165,6 +174,7 @@ namespace bdep bool add; bool create; bool link; + bool unlink; bool list; bool move; bool rename; -- cgit v1.1