Skip to content

odd behavior when passing ubik multiple arguments #42

@joprice

Description

@joprice

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions