Breaking changes since v 0.53.1 #72
MangelMaxime
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Sorry to use the Discussion for that but I wanted to reported an issue but for some reason I can't create one in this repo.
I get a "Something went wrong" from GitHub. Perhaps, the issue templates are broken? I confirmed that I could create "templated issue" from other repo.
Back to the original issue,
I was using version 0.53.1 of Spectre.Console.CLI and it was nice because you could easily call a command from another command. However, in recent version the
Executemethod has moved toprotectedinstead ofpublicmeaning that in F# we can't access it.test.fsx
All reactions