if (hasRequired.length > 0 && this.result.args.length === 0) {
      console.log('Missing required arguments');
      exit(1);
    }