if (Number.parseInt(config.cmdLength) < 0) {
        throw 'Command length needs to be >= 0';
    } else {
        params.push('-b ' + Number.parseInt(config.cmdLength));
    }