文件名称:倾斜:简单的轻量级选项解析-:sparkles:欢迎新贡献者:sparkles:
文件大小:22KB
文件格式:ZIP
更新时间:2024-02-22 21:27:35
ruby command-line simple easy-to-use option-parser
坡度 Slop是一个简单的选项解析器,具有易于记忆的语法和友好的API。 安装 gem install slop 用法 opts = Slop . parse do | o | o . string '-h' , '--host' , 'a hostname' o . integer '--port' , 'custom port' , default : 80 o . string '-l' , '--login' , required : true o . bool '-v' , '--verbose' , 'enable verbose mode' o . bool '-q' , '--quiet' , 'suppress output (quiet mode)' o . bool '-c' , '--check-ssl-certificate' , 'check SSL certificate for host' o . on '--version' , 'print the version' do puts Slop :: VERSION
【文件预览】:
slop-master
----lib()
--------slop()
--------slop.rb(2KB)
----Gemfile(38B)
----slop.gemspec(639B)
----Rakefile(582B)
----.travis.yml(489B)
----LICENSE(1KB)
----test()
--------test_helper.rb(79B)
--------options_test.rb(4KB)
--------types_test.rb(5KB)
--------error_test.rb(2KB)
--------result_test.rb(4KB)
--------parser_test.rb(3KB)
--------slop_test.rb(627B)
--------option_test.rb(969B)
----README.md(7KB)
----.gitignore(50B)
----CHANGELOG.md(5KB)