ダウンロードリスト

プロジェクト概要

argparse4jは、Pythonのargparseというコマンドライン引数を解析するモジュールをJavaに移植したものです。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-12-07 07:02
0.2.0

このリリースは、ファイルからの追加の引数を読み取る機能、サブコマンドのサブコマンドの下を追加する機能を追加します。候補者は認識できないフラグ/コマンドを印刷する機能も追加されました。BaseArgumentParser インターフェイスが削除された、インターフェイス メソッドでは、ArgumentParser インタ フェースに移動しました。今 BaseArgumentParser を取ったすべてのメソッドは、代わりに ArgumentParser を取る。
This release adds the ability to read additional arguments from a file and the ability to add sub-commands under sub-commands. The feature to print candidates for unrecognized flags/commands was also added. The BaseArgumentParser interface was removed and the interface methods in it were moved to the ArgumentParser interface. All methods that took BaseArgumentParser now take ArgumentParser instead.

2011-11-30 07:32
0.1.0

最初のリリース。
Initial release.

プロジェクトリソース