Open avishaan opened 8 years ago
What happened when you had multiple branches that would match? Like refactorProps and refinedates for example?
How about TAB completion, like in the bash? Is it possible to write some custom-built programmable completion that kicks in whenever a branch is expected, or would that be too many cases to cover them all?
I thought tab completion is supported already?
In the non-AVH version if I had a feature called 'refactorProps" I could do
git flow feature finish ref
and it would go ahead and act on the closest matching one. It was extremely handy and I would love to see that in this version as it was extremely convenient