You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support for passing a config file to csharpier
closes#777
* Use path supplied instead of looking for file in directory of path supplied
* formatting
* maybe this will work
* Update CLI.md
---------
Co-authored-by: Lasath Fernando <devel@lasath.org>
@belav I see that through the CLI you cannot pass the path to the configuration file and it resolves it recursively upwards:
https://github.com/belav/csharpier/blob/0.21.0/Src/CSharpier.Cli/ConfigurationFileOptions.cs#L64
In case we know the concrete path, it would make sense to allow to pass this path to optimize the command execution.
The text was updated successfully, but these errors were encountered: