Open Issues Need Help
View All on GitHub bash completion of long options with `=` about 1 month ago
AI Summary: Fix bash completion issues in the Cmdliner OCaml library's generic completion script. Specifically, address problems with long options containing '=' in the `COMP_WORDBREAKS` variable, and improve the combination of file/directory completion with glued forms (including short forms).
Complexity:
4/5
bug completion help wanted
zsh completion of long options with `=` about 1 month ago
AI Summary: Debug and fix Zsh completion issues in the Cmdliner OCaml library's generic completion script. Specifically, address problems with long options containing '=' and combining file/directory completion with glued forms. The goal is to improve the user experience when using tab completion with Cmdliner.
Complexity:
4/5
bug completion help wanted