This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 7a060bd Allow whitespace-only header and footer #26.
7a060bd is described below
commit 7a060bdcdcd2f8aa9d79db44e29a115543243178
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 22 10:25:44 2021 -0400
Allow whitespace-only header and footer #26.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index be34f39..517cb70 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,9 @@
<action type="fix" dev="ggregory" due-to="stoty" issue="CLI-254">
Input "test" gets parsed as test, quotes die #58.
</action>
+ <action type="fix" dev="ggregory" due-to="MrQubo, Gary Gregory"
issue="CLI-287">
+ Allow whitespace-only header and footer #26.
+ </action>
<!-- ADD -->
<action type="add" dev="chtompki" due-to="Rubin Simons" issue="CLI-217">
Accommodate toggling partial matching in DefaultParser.