singleton method Shell::CommandProcessor.alias_command
alias_command(alias, command, *opts) -> self[permalink][rdoc] 
alias_command(alias, command, *opts) { ... } -> self 
- 
[TODO]
- [PARAM] alias:
 
- 
エイリアスの名前を指定します。
 
- [PARAM] command:
 
- 
コマンド名を指定します。
 
- [PARAM] opts:
 
- 
コマンドに与えるオプションを指定します。
 
- [EXCEPTION] SyntaxError:
 
- 
コマンドのエイリアス作成に失敗した時に発生します。