if (args.hasOwnProperty(i) && /^--uid=\d+$/.test(args[i])) {
    uid = args[i].replace(/\D/g, '') * 1;
  }