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 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.
After #6377, we could add the following feature. When writing
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
.