We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7514de5 commit 245afb0Copy full SHA for 245afb0
lib/optimist.rb
@@ -84,7 +84,7 @@ def self.registry_getopttype(type)
84
## ignore options that it does not recognize.
85
attr_accessor :ignore_invalid_options
86
87
- DEFAULT_SETTINGS = { suggestions: true, exact_match: false }
+ DEFAULT_SETTINGS = { suggestions: true, exact_match: true }
88
89
## Initializes the parser, and instance-evaluates any block given.
90
def initialize(*a, &b)
0 commit comments