You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`System.CommandLine` has a built-in dependency injection system and provides a handlful of built-in types that can be injected into your handler function by default:
128
+
129
+
*`CancellationToken`
130
+
*`InvocationContext`
131
+
*`ParseResult`
132
+
*`IConsole`
133
+
*`HelpBuilder`
134
+
*`BindingContext`
135
+
136
+
You can declare injected dependencies via the `Input.InjectedDependency` method.
0 commit comments