We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d682a commit d551c25Copy full SHA for d551c25
cli/azd/cmd/env.go
@@ -629,7 +629,6 @@ type envGetValueAction struct {
629
azdCtx *azdcontext.AzdContext
630
console input.Console
631
envManager environment.Manager
632
- formatter output.Formatter
633
writer io.Writer
634
flags *envGetValueFlags
635
args []string
@@ -639,7 +638,6 @@ func newEnvGetValueAction(
639
638
azdCtx *azdcontext.AzdContext,
640
envManager environment.Manager,
641
console input.Console,
642
- formatter output.Formatter,
643
writer io.Writer,
644
flags *envGetValueFlags,
645
args []string,
@@ -649,7 +647,6 @@ func newEnvGetValueAction(
649
647
azdCtx: azdCtx,
650
648
console: console,
651
envManager: envManager,
652
- formatter: formatter,
653
writer: writer,
654
flags: flags,
655
args: args,
0 commit comments