INPUT_001 — Input Missing
What This Means
Section titled “What This Means”A required flag or positional argument was not provided for the command.
Common Causes
Section titled “Common Causes”- Running a command without its required arguments (e.g.,
syllago installwith no item name) - Omitting a required flag (e.g.,
--towhen a target provider is needed)
How to Fix
Section titled “How to Fix”- Check the command’s usage with
syllago <command> --help - Provide all required arguments and flags
Example Output
Section titled “Example Output”Error INPUT_001: missing required argument: item name Suggestion: see 'syllago install --help' for usage