From 882665a4fead26fce4649f85c842ac79aaf29f8b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 27 Jun 2023 13:27:01 +0300 Subject: Add --sys-* options for sync and init commands --- bdep/sync.cli | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'bdep/sync.cli') diff --git a/bdep/sync.cli b/bdep/sync.cli index 60254a1..db567b3 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -225,6 +225,40 @@ namespace bdep "Perform the \cb{fetch --full} command prior to synchronization." } + bool --sys-no-query + { + "Do not query the system package manager for the installed versions of + packages specified with the \cb{sys} scheme. See the corresponding + \l{bpkg-pkg-build(1)} option for details." + } + + bool --sys-install + { + "Instruct the system package manager to install available versions of + packages specified with the \cb{sys} scheme that are not already + installed. See the corresponding \l{bpkg-pkg-build(1)} option for + details." + } + + bool --sys-no-fetch + { + "Do not fetch the system package manager metadata before querying for + available versions of packages specified with the \cb{sys} scheme. See + the corresponding \l{bpkg-pkg-build(1)} option for details." + } + + bool --sys-no-stub + { + "Do no require a stub for packages specified with the \cb{sys} scheme. + See the corresponding \l{bpkg-pkg-build(1)} option for details." + } + + bool --sys-yes + { + "Assume the answer to the system package manager prompts is \cb{yes}. + See the corresponding \l{bpkg-pkg-build(1)} option for details." + } + bool --create-host-config { "Create a configuration for build-time dependencies without prompt." -- cgit v1.1