cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.87k stars 727 forks source link

Globbing is missing some documentation. #4043

Closed nils-a closed 1 year ago

nils-a commented 1 year ago

Currently, the only documentation seems to be https://cakebuild.net/blog/2018/12/cake-v0.31.0-released#globber-improvements

The Documentation should get its own section, containing examples and descriptions of what does, and what does not, work.

Also, the API (probably at https://cakebuild.net/api/Cake.Core.IO/GlobPattern/) should contain at least some hints and/or a reference to the above described section.

pascalberger commented 1 year ago

Seems to be a duplicate of https://github.com/cake-build/website/issues/1224