You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/optimist.rb
+1-1
Original file line number
Diff line number
Diff line change
@@ -1025,7 +1025,7 @@ def multi_arg? ; true ; end
1025
1025
## end
1026
1026
##
1027
1027
## +settings+ include:
1028
-
## * :exact_match : (default=false) Allow minimum unambigous number of characters to match a long option
1028
+
## * :exact_match : (default=true) Allow minimum unambigous number of characters to match a long option
1029
1029
## * :suggestions : (default=true) Enables suggestions when unknown arguments are given and DidYouMean is installed. DidYouMean comes standard with Ruby 2.3+
1030
1030
## Because Optimist::options uses a default argument for +args+, you must pass that argument when using the settings feature.
0 commit comments