aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-06-03 21:53:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-06-07 13:49:14 +0300
commit00cda575c97494d1b6caf2d05ea8a1f8e848cd8a (patch)
tree19adfe4823b460367b80630c2b43ed553fc391a0 /bpkg/common.cli
parentdeecf4971fbc90b472135e30387bc76e9788061b (diff)
Add --keep-temp common option
Diffstat (limited to 'bpkg/common.cli')
-rw-r--r--bpkg/common.cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli
index cccf1d3..d62633a 100644
--- a/bpkg/common.cli
+++ b/bpkg/common.cli
@@ -416,6 +416,13 @@ namespace bpkg
{
"Don't load default options files."
}
+
+ bool --keep-tmp
+ {
+ "Don't remove the \cb{bpkg}'s temporary directory at the end of the
+ command execution and print its path at the verbosity level 2 or
+ higher. This option is primarily useful for troubleshooting."
+ }
};
{