From f8c88cd75f6b6a98c6c8504dc4cd2d0b064aca02 Mon Sep 17 00:00:00 2001 From: Michael Karlesky Date: Thu, 10 Oct 2024 11:35:55 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20CLI=20help=20for=20bui?= =?UTF-8?q?d=20application=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/cli.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/cli.rb b/bin/cli.rb index f63cc7f8..f834a946 100644 --- a/bin/cli.rb +++ b/bin/cli.rb @@ -304,6 +304,9 @@ def upgrade(path) • `--test-case` and its inverse `--exclude-test-case` set test case name matchers to run only a subset of the unit test suite. See docs for full details. + + • The simple `--log` flag and more configurable `--logfile ` are + mutually exclusive. It is valid to use one or the other but not both. LONGDESC ) ) def build(*tasks)