aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-14 14:36:44 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-16 14:53:54 +0300
commited437dbd3483baa3d15d1d86d8f057d9112653b1 (patch)
treecbf3974e8b1774ccccd818442cf042e501190b09 /bpkg/common.cli
parent80ee886ca0bd3e41434621a056125c92f31b1aea (diff)
Add support for default options files
Diffstat (limited to 'bpkg/common.cli')
-rw-r--r--bpkg/common.cli5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpkg/common.cli b/bpkg/common.cli
index 1fbb0e9..9b5df37 100644
--- a/bpkg/common.cli
+++ b/bpkg/common.cli
@@ -366,5 +366,10 @@ namespace bpkg
the shell escaping and quoting is not required. Repeat this option
to specify more than one options file."
}
+
+ bool --no-default-options
+ {
+ "Don't load default options files."
+ }
};
}