cake-build/cake

Add tab completion for CLI switches and task names

Open

#2.974 aberto em 6 de dez. de 2020

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)C# (738 forks)batch import
FeatureHelp wantedUp-for-grabs

Métricas do repositório

Stars
 (3.742 stars)
Métricas de merge de PR
 (Mesclagem média 1d 1h) (25 fundiu PRs em 30d)

Description

It would be nice to have tab completion for CLI switches of Cake .NET Tool and Cake Frosting.

Since --target is not a CLI switch for Cake .NET Tool implementing tab completion for task names might be challenging. For Cake Frosting --target is a CLI switch and it should be possible to implement tab completion also for task names. Performance will be an issue here, since we don't want to recompile on every key stroke and we should cache available task names somewhere (which would mean that task names are only available after first compilation).

Guia do colaborador