@neriros/ralphy 2.23.0 → 2.23.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.
- package/dist/cli/index.js +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -35029,8 +35029,8 @@ import { readFileSync as readFileSync2 } from "fs";
|
|
|
35029
35029
|
import { resolve } from "path";
|
|
35030
35030
|
function getVersion() {
|
|
35031
35031
|
try {
|
|
35032
|
-
if ("2.23.
|
|
35033
|
-
return "2.23.
|
|
35032
|
+
if ("2.23.1")
|
|
35033
|
+
return "2.23.1";
|
|
35034
35034
|
} catch {}
|
|
35035
35035
|
const dirsToTry = [];
|
|
35036
35036
|
try {
|
|
@@ -35118,8 +35118,8 @@ async function parseArgs(argv) {
|
|
|
35118
35118
|
fromAgent: false,
|
|
35119
35119
|
linearTeam: "",
|
|
35120
35120
|
linearAssignee: "",
|
|
35121
|
-
pollInterval:
|
|
35122
|
-
concurrency:
|
|
35121
|
+
pollInterval: 0,
|
|
35122
|
+
concurrency: 0,
|
|
35123
35123
|
worktree: false,
|
|
35124
35124
|
indicators: {},
|
|
35125
35125
|
createPr: false,
|