speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.07k stars 197 forks source link

Improve bikeshed test #1725

Open annevk opened 4 years ago

annevk commented 4 years ago

For some reason I cannot run bikeshed test --rebase github/whatwg/* despite the source code suggesting I should be able to do something like that. The CLI help suggests you can only pass files though.

tabatkins commented 4 years ago

Indeed, it doesn't do a recursive glob. I'll fix this.