Update for zx (#1)

Reviewed-on: #1
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
This commit was merged in pull request #1.
This commit is contained in:
2025-01-23 14:25:04 +09:00
committed by Craig Everett
parent 838e67fa8d
commit dbab6262a2
6 changed files with 64 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{application,getopt,
[{description,"Command-line options parser for Erlang"},
{vsn,"1.0.2"},
{vsn,"1.0.3"},
{modules,[]},
{registered,[]},
{maintainers,["Juan Jose Comellas"]},
+1
View File
@@ -9,6 +9,7 @@
%%% retrieved from: http://www.opensource.org/licenses/bsd-license.php
%%%-------------------------------------------------------------------
-module(getopt).
-vsn("1.0.3").
-author('juanjo@comellas.org').
-export([parse/2, check/2, parse_and_check/2, format_error/2,