INPUT_002 — Input Conflict
What This Means
Section titled “What This Means”Two or more flags that cannot be used together were provided in the same command.
Common Causes
Section titled “Common Causes”- Using
--localand--registrytogether when only one source is allowed - Combining
--jsonwith interactive-only flags - Specifying conflicting output or filter options
How to Fix
Section titled “How to Fix”- Review the command help with
syllago <command> --helpto understand which flags conflict - Use only one of the conflicting flags per invocation
Example Output
Section titled “Example Output”Error INPUT_002: flags --local and --registry are mutually exclusive Suggestion: use only one of the conflicting flags