From 803acc23f8cea3079681e9e624702e104adfd775 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 10 Oct 2015 06:12:31 +0200 Subject: Implement disfigure step in build command --- bpkg/build-options.cli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/build-options.cli') diff --git a/bpkg/build-options.cli b/bpkg/build-options.cli index 1a8c035..8366d35 100644 --- a/bpkg/build-options.cli +++ b/bpkg/build-options.cli @@ -29,6 +29,11 @@ namespace bpkg { class build_options: configuration_options { + bool --yes|-y + { + "Assume the answer to all prompts is \cb{yes}." + }; + bool --print-only|-p { "Print to \cb{STDOUT} what would be done without actually doing -- cgit v1.1