@alcyone-labs/arg-parser 2.10.0 → 2.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6818,7 +6818,7 @@ class pr {
6818
6818
  process.stdout.write("\x1B[?25h");
6819
6819
  }
6820
6820
  moveCursor(e, t) {
6821
- (void 0)(process.stdout, e, t);
6821
+ process.stdout.write(`\x1B[${t + 1};${e + 1}H`);
6822
6822
  }
6823
6823
  enableRawMode() {
6824
6824
  process.stdin.isTTY && (process.stdin.setRawMode(!0), process.stdin.resume(), process.stdin.setEncoding("utf8"));