summaryrefslogtreecommitdiff
path: root/sample/getoptlong/aliases.rb
diff options
context:
space:
mode:
-rw-r--r--sample/getoptlong/aliases.rb8
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