Command Aliases

为命令添加别名

工具

一键安装指令

!!MCDR plugin install command_aliases

数据同步于

...

上次更新

...

最新版本

总下载量

98

返回插件仓库

Command Aliases

Alias commands by config

Usage

You need to add all commands you would like to alias in the config file, where keys are the alias and values are the original commands.

{
  "alias": {
    "!!mcdr": "!!MCDR"
  }
}

Now you can use !!mcdr as an alias for !!MCDR.

Note

There will be no completion for alias commands. If you want to use completion, you need to use original commands. It does not make sense if you need to use alias in an environment where you have completion.

自述文件来源:src/command_aliases/readme.md