FeatureHelp wantedUp-for-grabs
倉庫指標
- Star
- (3,742 star)
- PR 合併指標
- (平均合併 1天 1小時) (30 天內合併 25 個 PR)
描述
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).