A command missing a flag json file will conservatively assume all arguments are operands. The parser can be extended to have some lightweight heuristics (e.g., consider all arguments with a - prefix as flags).
This can be useful to correctly parse more commands without additional effort.
A command missing a flag json file will conservatively assume all arguments are operands. The parser can be extended to have some lightweight heuristics (e.g., consider all arguments with a
-prefix as flags).This can be useful to correctly parse more commands without additional effort.