54件ヒット
[1-54件を表示]
(0.022秒)
別のキーワード
クラス
キーワード
-
add
_ delegate _ command _ to _ shell (6) -
alias
_ command (12) -
def
_ builtin _ commands (6) -
def
_ system _ command (6) -
install
_ system _ commands (6) -
method
_ added (6) -
unalias
_ command (6) -
undef
_ system _ command (6)
検索結果
先頭5件
- Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self - Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self - Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () - Shell
:: CommandProcessor . def _ system _ command(command , path = command) -> () - Shell
:: CommandProcessor . add _ delegate _ command _ to _ shell(id)
-
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) -> self (21.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . alias _ command(alias , command , *opts) { . . . } -> self (21.0) -
@todo
...@todo
@param alias エイリアスの名前を指定します。
@param command コマンド名を指定します。
@param opts コマンドに与えるオプションを指定します。
@raise SyntaxError コマンドのエイリアス作成に失敗した時に発生します。... -
Shell
:: CommandProcessor . def _ builtin _ commands(delegation _ class , commands _ specs) -> () (15.0) -
@todo
...@todo
@param delegation_class 処理を委譲したいクラスかモジュールを指定します。
@param commands_specs コマンドの仕様を文字列の配列で指定します。
[[コマンド名, [引数1, 引数2, ...]], ...]... -
Shell
:: CommandProcessor . def _ system _ command(command , path = command) -> () (15.0) -
@todo
...@todo
与えられたコマンドをメソッドとして定義します。
@param command 定義したいコマンドを指定します。
@param path command のパスを指定します。省略すると環境変数 PATH から command を探します。... -
Shell
:: CommandProcessor . add _ delegate _ command _ to _ shell(id) (9.0) -
@todo
...@todo
Shell 自体を初期化する時に呼び出されるメソッドです。
ユーザが使用することはありません。
@param id メソッド名を指定します。... -
Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () (9.0) -
全てのシステムコマンドをメソッドとして定義します。
...うプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。
@param prefix プレフィクスを指定します。... -
Shell
:: CommandProcessor . method _ added(id) (9.0) -
@todo このクラスに定義されたメソッドを Shell にも定義するためのフックです。
...@todo
このクラスに定義されたメソッドを Shell にも定義するためのフックです。
@param id メソッド名を指定します。... -
Shell
:: CommandProcessor . unalias _ command(alias) -> self (9.0) -
エイリアスを削除します。
...エイリアスを削除します。
@param alias 削除したいエイリアスを指定します。... -
Shell
:: CommandProcessor . undef _ system _ command(command) -> self (9.0) -
与えられたコマンドを削除します。
...与えられたコマンドを削除します。
@param command 削除したいコマンド名を指定します。...