套件: ruby-path-expander (1.1.0-2)
ruby-path-expander 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-path-expander:
- [ruby-path-expander_1.1.0-2.dsc]
- [ruby-path-expander_1.1.0.orig.tar.gz]
- [ruby-path-expander_1.1.0-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Ruby Team (郵件存檔)
- Cocoa
- Utkarsh Gupta
外部的資源:
- 主頁 [github.com]
相似套件:
PathExpander helps pre-process command-line arguments
PathExpander helps pre-process command-line arguments expanding directories into their constituent files. It further helps by providing additional mechanisms to make specifying subsets easier with path subtraction and allowing for command-line arguments to be saved in a file.
NOTE: this is NOT an options processor. It is a path processor (basically everything else besides options). It does provide a mechanism for pre-filtering cmdline options, but not with the intent of actually processing them in PathExpander. Use OptionParser to deal with options either before or after passing ARGV through PathExpander.