Open Issues Need Help
View All on GitHub Allow `--flag value` (not seperated by `=`) syntax in CLI parser about 2 months ago
AI Summary: Modify the CLI parser in the Node.js implementation of the Gren compiler to accept command-line flags in the format `--flag value` (without the `=` separator), in addition to the existing `--flag=value` format.
Complexity:
3/5
good first issue help wanted