[ nabia ]
[ aramo ]
[ ソース: scopt ]
パッケージ: libscopt-java (3.5.0+repack-1)
libscopt-java に関するリンク
Trisquel の資源:
scopt ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Debian Java Maintainers (メールアーカイブ)
- Frédéric Bonnard
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Simple scala command line options parsing
Scopt provides two styles of parsing: immutable and mutable. In immutable parsing style, a config object is passed around as an argument into action callbacks. On the other hand, in mutable parsing style you are expected to modify the config object in place.