るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_bind
  3. etc sc_2_c_dev
  4. tracer display_c_call
  5. tracer display_c_call?

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Command#command -> String (30201.0)

コマンドの名前を返します。

コマンドの名前を返します。

Shell::SystemCommand#command -> String (30201.0)

@todo

@todo

コマンド名を返します。

rubygems/commands/contents_command (30006.0)

インストールされている Gem パッケージに含まれているファイルリストを表示するためのライブラリです。

...示するためのライブラリです。

Usage: gem contents GEMNAME [options]
Options:
-v, --version VERSION 指定されたバージョンの Gem パッケージの内容を表示します
-s, --spec-dir a,b,c 指定されたパス以下にある Gem パ...
...のみを表示します
C
ommon Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE...
...指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME Gem パッケージの名前...

DRb::ExtServManager.command -> { String => String|[String] } (24223.0)

サービスを起動するためのコマンドを指定するための Hash を 返します。

...ービスを起動するためのコマンドです。
この Hash を変更することでサービスを定義します。
DRb::ExtServManager.command= で Hash 自体を
変更することでも同じことができます。

コマンドは文字列、もしくは文字列の配列で指定し...

rubygems/commands/generate_index_command (24012.0)

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

...作成するためのライブラリです。

Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
C
ommon Options:
-h, --help このコマンドのヘルプを表示します
-V, --...
...示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ru...
...Generates the index files for 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...

絞り込み条件を変える

rubygems/commands/lock_command (24012.0)

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

...呼び出し方法を文字列で出力します。

Usage: gem lock GEMNAME-VERSION [GEMNAME-VERSION ...] [options]
Options:
-s, --[no-]strict 依存関係を満たせない場合に失敗します
C
ommon Options:
-h, --help このコマン...
...示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ru...
...escription:
The lock command will generate a list of +gem+ statements that will lock
down
the versions for the gem given in the command line. It will specify exact
versions in the requirements list to ensure that the gems loaded will always
be consistent. A full recur...

rubygems/commands/pristine_command (24012.0)

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

...期状態に戻します
C
ommon Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE...
...を使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME gem to restore to pristine condition (unless --all)
Summary:...
...gems to pristine condition from files located in the gem
c
ache
Description:
The pristine command compares the installed gems with the contents of the
c
ached gem and restores any files that don't match the cached gem's copy.

If you have made modifications to your i...

rubygems/commands/cert_command (24006.0)

Gem パッケージの証明書や署名の設定を管理するためのライブラリです。

...Gem パッケージの証明書や署名の設定を管理するためのライブラリです。

Usage: gem cert [options]
Options:
-a, --add CERT 信頼された証明書を追加します
-l, --list 信頼されている証明書の一覧...
...作成します
-C, --certificate CERT --sign で使用する証明書を指定します
-K, --private-key KEY --sign で使用する秘密鍵を指定します
-s, --sign NEWCERT 証明書に秘密鍵で署名します
C
ommon Options:
-...
...--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Manage RubyGems cer...

rubygems/commands/help_command (24006.0)

Gem コマンドに関するヘルプを提供するためのライブラリです。

...help ARGUMENT [options]
C
ommon Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE...
...設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
command
s gem コマンドのサブコマンドの一覧...
...を表示します
examples gem コマンドの使用例を表示します
<command> 指定されたコマンドのヘルプを表示します
Summary:
gem コマンドに関するヘルプを提供します...
<< 1 2 3 ... > >>