F# CLI Approach #559
JamesRandall
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Coming from the extension method thread (#425) I thought it was worth dropping a discussion here to gather feedback on what a F# friendly approach to the CLI parts of Spectre might be. The binding work so far is a F# friendly wrapper on top of Spectre - it feels quite natural and obvious and aligned with the underlying engine.
With the CLI I find myself thinking less about commands and interfaces and more about discriminated unions and functions which feels less aligned.
For context, in the past I've used Argu: https://fsprojects.github.io/Argu/
James
Beta Was this translation helpful? Give feedback.
All reactions