export class Server implements yargs.CommandModule {
    public command = "server [action]"
    public describe = "Control your iniquity bbs server."

    public builder = (yargs: yargs.Argv) => {