Overview of the autocomplete-parser project
mainThe autocomplete-parser project is a fork of the autocomplete-parser from the Amazon Q Developer CLI and autocomplete-tools from Fig. It is designed to provide smart command-line argument parsing.
This specific version has been modified to:
- Support non-ESM environments (converting from ESM modules).
- Include the complete
parseArgumentsfunction, which provides the core logic for parsing Fig-style commands. - Remove implementation-specific logic from
api-bindings(such as settings, IPC, and fuzzy sorting) to focus purely on parsing.