bind subcmds
parent
c0e1c54ce0
commit
4bfee04aa2
|
@ -12,7 +12,7 @@ export default class SystemD extends Command {
|
||||||
this.name = 'systemd';
|
this.name = 'systemd';
|
||||||
this.description = 'Manages various aspects for your user SystemD.';
|
this.description = 'Manages various aspects for your user SystemD.';
|
||||||
this.usage = `Run ${this.client.config.prefix}${this.name} [subcommand] for usage information`;
|
this.usage = `Run ${this.client.config.prefix}${this.name} [subcommand] for usage information`;
|
||||||
this.subcmds = [SystemD_Linger, SystemD_Status];
|
this.subcmds = [SystemD_Linger, SystemD_Status, SystemD_Start, SystemD_Restart, SystemD_Stop];
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue