feat: update Autowired & support command alias
Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
@@ -35,6 +35,10 @@ export namespace interfaces {
|
||||
executor?: string
|
||||
}
|
||||
export interface CommandMetadata extends ExecMetadata {
|
||||
/**
|
||||
* 命令别名
|
||||
*/
|
||||
alias?: string[]
|
||||
/**
|
||||
* 命令描述
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user