summaryrefslogtreecommitdiff
path: root/sample/getoptlong/simple.rb
diff options
context:
space:
mode:
-rw-r--r--sample/getoptlong/simple.rb7
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@
-require 'getoptlong'
-
-options = GetoptLong.new(
- ['--number', '-n', GetoptLong::REQUIRED_ARGUMENT],
- ['--verbose', '-v', GetoptLong::OPTIONAL_ARGUMENT],
- ['--help', '-h', GetoptLong::NO_ARGUMENT]
-)