FantomasToolLocator Module
Functions and values
| Function or value |
Description
|
Full Usage:
createFor startInfo
Parameters:
FantomasToolStartInfo
Returns: Result<RunningFantomasTool, ProcessStartError>
|
Start the daemon without knowing which version it is, which asks for it the way every version understands. Prefer `createForVersion` where the version is in hand.
|
Full Usage:
createForVersion version startInfo
Parameters:
FantomasVersion
startInfo : FantomasToolStartInfo
Returns: Result<RunningFantomasTool, ProcessStartError>
|
Start the daemon, asking for it the way the version found spells it.
|
|
How this version of Fantomas wants its daemon asked for. `fantomas daemon` from 8.0, and `fantomas --daemon` for everything before it, which every version understands and always will.
|
Full Usage:
findFantomasTool workingDir
Parameters:
Folder
Returns: Result<FantomasToolFound, FantomasToolError>
|
|
fantomas