パッケージ: ruby-path-expander (1.1.0-2)
ruby-path-expander に関するリンク
Debian の資源:
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]
メンテナ:
外部の資源:
- ホームページ [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.