From 12a5375f25d6a7be5a5741c728a8f9b8168761a4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Feb 2018 13:45:16 +0200 Subject: Document new rep-list and rep-remove, update rep-add and rep-fetch --- bpkg/rep-remove.cli | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 bpkg/rep-remove.cli (limited to 'bpkg/rep-remove.cli') diff --git a/bpkg/rep-remove.cli b/bpkg/rep-remove.cli new file mode 100644 index 0000000..3662b2b --- /dev/null +++ b/bpkg/rep-remove.cli @@ -0,0 +1,44 @@ +// file : bpkg/rep-remove.cli +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +include ; + +"\section=1" +"\name=bpkg-rep-remove" +"\summary=remove repository from configuration" + +namespace bpkg +{ + { + " ", + + "\h|SYNOPSIS| + + \c{\b{bpkg rep-remove}|\b{remove} [] (|)... | + (--all|-a)} + + \h|DESCRIPTION| + + The \cb{rep-remove} command removes the specified package repositories + from the configuration. The repository to remove can be specified either + as a repository name or as a repository location (URL or a directory + path). + + Alternatively, the \cb{--all|-a} option can be used to remove all the + repositories that were previously added (\l{bpkg-rep-add(1)}) to the + configuration." + } + + class rep_remove_options: configuration_options + { + "\h|REP-REMOVE OPTIONS|" + + bool --all|-a + { + "Remove all the repositories." + } + }; +} -- cgit v1.1