diff options
-rw-r--r-- | sample/getoptlong/aliases.rb | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,8 +0,0 @@ -require 'getoptlong' - -options = GetoptLong.new( - ['--xxx', '-x', '--aaa', '-a', '-p', GetoptLong::NO_ARGUMENT] -) -options.each do |option, argument| - p [option, argument] -end |