K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2020-05-16T10:49:50.206842Z K 7 svn:log V 488 Add rubygem-getoptlong 0.1.0 The GetoptLong class allows you to parse command line options similarly to the GNU getopt_long() C library call. Note, however, that GetoptLong is a pure Ruby implementation. GetoptLong allows for POSIX-style options like --file as well as single letter options like -f The empty option -- (two minus symbols) is used to end option processing. This can be particularly important if options have optional arguments. WWW: https://github.com/ruby/getoptlong END