るりまサーチ

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

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dsa g=
  5. dh g

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

getoptlong (26006.0)

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

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


=== GNU getopt_long() とは?

G
NU getopt_long() は、コマンド行オプションの解析を行う C の関数です。多
くの GNU ソフ...
...トウェアがこの関数を使用しています。GNU getopt_long() そし
getoptlong には、以下のような特徴があります。

* 伝統的な一文字オプションに加えて、長いオプションに対応しています。長
いオプションは `-' の代わりに `-...
...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

まず、`getoptlong.rb...

rubygems/commands/generate_index_command (24012.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...ある Gem サーバに対するインデックスを作成するためのライブラリです。

Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この...
...--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
G
enerates the...
...a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a set of files like
this:

g
...

Gem::Command (21000.0)

全ての gem コマンドのスーパークラスです。

...全ての gem コマンドのスーパークラスです。...

Gem::CommandManager#register_command(command_name) -> false (18308.0)

コマンドを自身に登録します。

...コマンドを自身に登録します。

@param command_name コマンド名をシンボルで指定します。...

Gem::Command#get_all_gem_names -> Array (18200.0)

コマンドラインで与えられた Gem の名前を全て取得して返します。

...コマンドラインで与えられた Gem の名前を全て取得して返します。

@raise Gem::CommandLineError コマンドライン引数から Gem の名前を取得できない場合に発生します。...

絞り込み条件を変える

Gem::Command#get_one_gem_name -> String (18200.0)

コマンドラインで与えられた Gem の名前を一つ取得して返します。

...コマンドラインで与えられた Gem の名前を一つ取得して返します。

@raise Gem::CommandLineError コマンドライン引数から Gem の名前を一つだけ取得できない場合に発生します。...

rubygems/command_manager (18030.0)

gem コマンドによってサポートされているサブコマンドを管理するライブラリです。

...gem コマンドによってサポートされているサブコマンドを管理するライブラリです。

Extra commands can be provided by writing a rubygems_plugin.rb
file in an installed gem. You should register your command against the
G
em::CommandManager instance, like this:

# file...
...rubygems_plugin.rb
require 'rubygems/command_manager'

class Gem::Commands::EditCommand < Gem::Command
# ...
end

G
em::CommandManager.instance.register_command :edit

See Gem::Command for instructions on writing gem commands....

rubygems/commands/lock_command (18012.0)

指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

...指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために
必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。

Usage: gem lock GEMNAME-VERSION [GEMNAME-VERSION ...] [options]
Options:
-s, --[no-]strict...
...--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
G
EMNAME...
... Gem パッケージの名前を指定します
VERSION ロックする Gem パッケージのバージョンを指定します
Summary:
特定バージョンの Gem パッケージを使用するために必要な記述を表示します
Description:
The lock command...

rubygems/commands/pristine_command (18012.0)

インストールされている Gem パッケージを初期状態にするためのライブラリです。

...インストールされている Gem パッケージを初期状態にするためのライブラリです。

Usage: gem pristine [args] [options]
Options:
--all インストールされている全ての Gem パッケージを...
...初期状態に戻します
-v, --version VERSION 指定したバージョンの Gem パッケージを
初期状態に戻します
Common Options:
-h, --help このコマンドのヘルプを表示しま...
...rguments:
G
EMNAME gem to restore to pristine condition (unless --all)
Summary:
Restores installed gems to pristine condition from files located in the gem
cache
Description:
The pristine command compares the installed gems with the contents of the
cached g...
<< 1 2 3 ... > >>