We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13516fc commit 541e794Copy full SHA for 541e794
CommandDotNet/AppConfigBuilder.cs
@@ -33,7 +33,7 @@ public class AppConfigBuilder
33
{
34
[typeof(CommandContext)] = ctx => ctx,
35
[typeof(IConsole)] = ctx => ctx.Console,
36
- [typeof(IEnvironment)] = ctx => ctx.Console,
+ [typeof(IEnvironment)] = ctx => ctx.Environment,
37
[typeof(CancellationToken)] = ctx => ctx.CancellationToken
38
};
39
0 commit comments