ocaml / dune

A composable build system for OCaml.
https://dune.build/
MIT License
1.63k stars 409 forks source link

feature request: tab completion for dune promote #7254

Open Alizter opened 1 year ago

Alizter commented 1 year ago

After #6377, we could add the following feature. When writing

dune promote

and pressing tab, the shell completion should only suggest files that have been staged for promotion. Similar to how tab completion works in git with git add.

ildar commented 1 year ago

dup of https://github.com/ocaml/dune/issues/126 ?

Alizter commented 1 year ago

@ildar This one is slightly different since it is about completing with files staged for promotion. It would have to build of off the infrastructure set up for #126 however.