diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-21 21:27:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-08-04 15:22:05 +0300 |
commit | dbb56f2986eefd0ffb1350ab1ff0cb47ad5e7918 (patch) | |
tree | 74591d23b4355d7f72898547b2fa7bd61c5f0318 /bpkg/cfg-create.cli | |
parent | 6851f0c2d06e2b22ff376d8f0912d1e9d7893a89 (diff) |
Add --no-private-config option for pkg-build and --no-{host,build2}-config options for cfg-create
Diffstat (limited to 'bpkg/cfg-create.cli')
-rw-r--r-- | bpkg/cfg-create.cli | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli index 29cb2a4..990bd08 100644 --- a/bpkg/cfg-create.cli +++ b/bpkg/cfg-create.cli @@ -119,6 +119,11 @@ namespace bpkg created as if by running the \l{bpkg-cfg-link(1)} command." } + bool --no-host-config + { + "Ignore any specified \cb{--host-config} options." + } + dir_path --build2-config { "<dir>", @@ -127,6 +132,11 @@ namespace bpkg command." } + bool --no-build2-config + { + "Ignore any specified \cb{--build2-config} options." + } + string --name { "<name>", |