Fli
Fli copied to clipboard
Execute CLI commands from your F# code in F# style!
could be useful to be able to run python commands also in shell, as is the most used scripting lang
would be useful to process the output as stream, like less or more commands, so as a stream of lines, and to have control to interrupt or modify the behaviour...
Would it be possible to implement the `Zero` value for the cli computation expression? This is needed for letting other values be added conditionally. In my current process, I'm trying...
**Describe the solution you'd like** I'd like to reuse a cancellation token instead of defining the [cancelAfter](https://github.com/CaptnCodr/Fli?tab=readme-ov-file#builder-operations) information at the CE level. **Describe alternatives you've considered** - **Additional context** -