diff options
Diffstat (limited to 'sample/getoptlong/simple.rb')
| -rw-r--r-- | sample/getoptlong/simple.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sample/getoptlong/simple.rb b/sample/getoptlong/simple.rb deleted file mode 100644 index 1af6447632..0000000000 --- a/sample/getoptlong/simple.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'getoptlong' - -options = GetoptLong.new( - ['--number', '-n', GetoptLong::REQUIRED_ARGUMENT], - ['--verbose', '-v', GetoptLong::OPTIONAL_ARGUMENT], - ['--help', '-h', GetoptLong::NO_ARGUMENT] -) |
