るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.046秒)
トップページ > クエリ:-[x] > クエリ:ordering[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

クラス

キーワード

検索結果

GetoptLong#ordering -> Integer (18201.0)

現在の順序形式を返します。

現在の順序形式を返します。

GetoptLong::ORDERINGS -> Array (6200.0)

内部で使用する定数です。

内部で使用する定数です。

GetoptLong::REQUIRE_ORDER, GetoptLong::PERMUTE,
GetoptLong::RETURN_IN_ORDER がセットされています。

getoptlong (42.0)

getoptlong は、GNU の getopt_long() とまったく同じ方式でコマンド 行オプションの解析を行う Ruby のライブラリです。

...ョンは `-' の代わりに `--' で始まります (例: `--version')。
* 長いオプションは、一意に定まる限り後方を省略することができます
(例: `--version' は、`--ver' と略すことができます。ただし、他のオプ
ション名が `--ver' で始...
...まらない場合に限ります)。
* 特殊な引数 `--' によって、オプションの解析を強制的に終了します。


=== 順序形式 (ordering)

GNU getopt_long() および getoptlong.rb には、`REQUIRE_ORDER',
`PERMUTE', `RETURN_IN_ORDER' という、3 つの「順序形式...
...とします。

Usage: command [option...]
Options:
-
m SIZE --max-size SIZE Set maximum size
-
q --quiet --silence Suppress all warnings
-
-help Output this help, then exit
-
-version Output version number, then exit...