[ 源代码: ruby-commander ]
软件包:ruby-commander(4.6.0-2)
ruby-commander 的相关链接
Debian 的资源:
下载源码包 ruby-commander:
- [ruby-commander_4.6.0-2.dsc]
- [ruby-commander_4.6.0.orig.tar.gz]
- [ruby-commander_4.6.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Ruby command-line interface library
"Commander" bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.
Features:
* Easier than baking cookies * Parses options using OptionParser * Auto-populates struct with options: ( no more { |v| options[:recursive] = v } ) * Auto-generates help documentation via pluggable help formatters * Optional default command when none is present * Global / Command level options * Packaged with two help formatters (Terminal, TerminalCompact) * Imports the highline gem for interacting with the terminal * Adds additional user interaction functionality * Highly customizable progress bar with intuitive, simple usage * Multi-word command name support * Sexy paging for long bodies of text * Command aliasing * Use the 'commander' executable to initialize a commander driven program
其他与 ruby-commander 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
-
- dep: ruby-highline (>= 2.0.0)
- high-level interactive IO Ruby library
-
- dep: ruby-sorted-set
- variant of Set with elements sorted in ascending order