From 996aba4f0989de1fa2b8cf13ef482bf228bd410e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 29 Jun 2023 14:55:44 +0300 Subject: Add --sys-sudo options for sync and init commands --- bdep/init.cli | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bdep/init.cli') diff --git a/bdep/init.cli b/bdep/init.cli index 2bd41b1..f1b78f4 100644 --- a/bdep/init.cli +++ b/bdep/init.cli @@ -220,6 +220,15 @@ namespace bdep See the corresponding \l{bpkg-pkg-build(1)} option for details." } + string --sys-sudo = "sudo" + { + "", + "The \cb{sudo} program to use for system package manager interactions + that normally require administrative privileges (fetch package + metadata, install packages, etc). See the corresponding + \l{bpkg-pkg-build(1)} option for details." + } + bool --create-host-config { "Create a configuration for build-time dependencies without prompt (see -- cgit v1.1