Open Issues Need Help
View All on GitHub TO DO by Gab | Builtins about 2 hours ago
AI Summary: This GitHub issue provides a review of a pull request, detailing several `TODO` items for built-in commands. For the `exit` command, it suggests handling `--` as an argument separator, correctly processing `"-"` and `"+"` as non-numeric values with an exit status of 1, and integrating `clear_repl` and `set_last_status` functions. For the `export` command, it specifies that non-"key=value" arguments should be skipped without error, errors should only be printed for invalid keys (e.g., `3KEY=value`), and `last_status` should be set to 1 for invalid keys.
Complexity:
3/5
enhancement good first issue