diff --git a/tests/test12.out b/tests/test12.out index bfa19a9..ebb0c02 100644 --- a/tests/test12.out +++ b/tests/test12.out @@ -1,5 +1,5 @@ PARSE ERROR: Argument: -f (--floatTest) - Couldn't read argument value! + Couldn't read argument value from string 'nine' USAGE: diff --git a/tests/test15.out b/tests/test15.out index 82d0abd..0aac2cd 100644 --- a/tests/test15.out +++ b/tests/test15.out @@ -4,10 +4,13 @@ PARSE ERROR: Argument: -s (--stringTest) USAGE: - ../examples/test3 [-i=] ... -s= [-B] [--] [-v] [-h] ... + ../examples/test3 [-f=] ... [-i=] ... -s= [-B] [--] [-v] [-h] ... Where: + -f , --floatTest (accepted multiple times) + (value required) multi float test + -i , --intTest (accepted multiple times) (value required) multi int test diff --git a/tests/test16.out b/tests/test16.out index 82d0abd..0aac2cd 100644 --- a/tests/test16.out +++ b/tests/test16.out @@ -4,10 +4,13 @@ PARSE ERROR: Argument: -s (--stringTest) USAGE: - ../examples/test3 [-i=] ... -s= [-B] [--] [-v] [-h] ... + ../examples/test3 [-f=] ... [-i=] ... -s= [-B] [--] [-v] [-h] ... Where: + -f , --floatTest (accepted multiple times) + (value required) multi float test + -i , --intTest (accepted multiple times) (value required) multi int test diff --git a/tests/test17.out b/tests/test17.out index bc13b01..91e6f0b 100644 --- a/tests/test17.out +++ b/tests/test17.out @@ -4,10 +4,13 @@ PARSE ERROR: USAGE: - ../examples/test3 [-i=] ... -s= [-B] [--] [-v] [-h] ... + ../examples/test3 [-f=] ... [-i=] ... -s= [-B] [--] [-v] [-h] ... Where: + -f , --floatTest (accepted multiple times) + (value required) multi float test + -i , --intTest (accepted multiple times) (value required) multi int test