Declarative definition of command line interfaces for OCaml

2 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

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

Declarative definition of command line interfaces for OCaml

OCaml

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

Declarative definition of command line interfaces for OCaml

OCaml