summaryrefslogtreecommitdiff
path: root/lib/slop/options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/slop/options.rb')
-rw-r--r--lib/slop/options.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/slop/options.rb b/lib/slop/options.rb
index b739c5e..94fc5dd 100644
--- a/lib/slop/options.rb
+++ b/lib/slop/options.rb
@@ -3,9 +3,10 @@ module Slop
include Enumerable
DEFAULT_CONFIG = {
- suppress_errors: false,
- type: "null",
- banner: true,
+ suppress_errors: false,
+ type: "null",
+ banner: true,
+ underscore_flags: true,
}
# The Array of Option instances we've created.