document that an exception might be raised on parse()
This commit is contained in:
parent
0b2193b3d4
commit
e7164589ab
@ -29,6 +29,9 @@ module Yawpa
|
||||
# - +:posix_order+: Stop processing parameters when a non-option is seen.
|
||||
# Set this to +true+ if you want to implement subcommands.
|
||||
#
|
||||
# An ArgumentParsingException will be raised if an unknown option is observed
|
||||
# or insufficient arguments are present for an option.
|
||||
#
|
||||
# == Example +options+
|
||||
#
|
||||
# {
|
||||
|
Loading…
x
Reference in New Issue
Block a user