diff options
-rw-r--r-- | sample/getoptlong/simple.rb | 7 |
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] -) |