We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fb859 commit 8ab872dCopy full SHA for 8ab872d
derender/lib/sevgi/binaries/igsev.rb
@@ -24,7 +24,7 @@ def option(argv, options)
24
case (arg = argv.shift)
25
when "-r", "--require" then options.require = argv.shift
26
when "-x", "--exception" then options.vomit = true
27
-
+
28
when "-h", "--help" then options.help = true
29
when "-v", "--version" then options.version = true
30
else Error.("Not a valid option: #{arg}")
@@ -72,7 +72,7 @@ def help
72
73
-r, --require LIB Require Ruby LIB
74
-x, --exception Raise exception instead of abort
75
76
-h, --help Show this help
77
-v, --version Display version
78
HELP
0 commit comments