diff --git a/src/commands/custom.ts b/src/commands/custom.ts index 4d1c7cc..d308f0e 100644 --- a/src/commands/custom.ts +++ b/src/commands/custom.ts @@ -56,6 +56,9 @@ export default class Custom extends Command { command = command.replace(key, `-y ${filePath}`); continue; } + if (key === "inputs") { + continue; + } if (key.startsWith("input")) { inputs.push({ name: key,