githubnemo / CompileDaemon

Very simple compile daemon for Go
BSD 2-Clause "Simplified" License
1.63k stars 156 forks source link

watch multiple directories via --directory flag #42

Closed leefernandes closed 4 years ago

leefernandes commented 4 years ago

this PR provides functionality I needed for a monorepo project, the ability to provide multiple --directory flags which are watched for changes.

githubnemo commented 4 years ago

Thanks for the addition. This seems reasonable! I'll review this tomorrow.