dotnet / dotnet/command-line-api
Allow handlers to return integral return codes
Open
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
I would like to pass `Func` to RootCommand.SetHandler, but C# does not allow additions of such overloads.
I need a new `SetHandlerWithReturnCode` method.
Contributor guide
Assessment
This issue has not been assessed yet.