[ 原始碼: ruby-cmdparse ]
套件: ruby-cmdparse (3.0.7-1)
ruby-cmdparse 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-cmdparse:
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Paul van Tilburg
- Cédric Boutillier
外部的資源:
- 主頁 [cmdparse.gettalong.org]
相似套件:
advanced command line parsing Ruby module supporting sub-commands
It allows the creation of command style programs, that perform different functions depending on which command is invoked. Additionally, nesting of commands, i.e. commands that take commands themselves, is also possible. For option parsing, the Ruby standard library optparse is used.