-
Notifications
You must be signed in to change notification settings - Fork 10
Description
There are a few situations where ubik behaves oddly when provided multiple parameters. I started by passing a single project folder, which works great, but when trying to pass multiple, only the first is handled. I saw in the example passing an fsproj file, so I passed the two folders as fsproj files, but then it exited immediately with No errors found, not processing either. Then, if I pass a mix of fsproj and fs files, the fsproj file is ignored and the fs file is processed.
I'm sure it's easy enough to check the code and figure out why this is happening, but curious what the recommendation should be for a larger repo with 10 or so projects. If it's not meant to be used any of these ways, I can just write a bash script to wrap it, but perhaps it's an improvement if these different usages work, or a folder, wildcard pattern or sln file could be provided to drive the tool, similar to how fantomas can be passed . to work on all projects in the current directory.