We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd22348 commit 2a496ceCopy full SHA for 2a496ce
2 files changed
internal/commands/root.go
@@ -196,7 +196,6 @@ func NewAstCLI(
196
applicationsWrapper,
197
byorWrapper,
198
featureFlagsWrapper,
199
- enginesWrapper,
200
)
201
202
configCmd := util.NewConfigCommand()
internal/commands/util/utils.go
@@ -45,7 +45,6 @@ func NewUtilsCommand(
45
applicationsWrapper wrappers.ApplicationsWrapper,
46
byorWrapper wrappers.ByorWrapper,
47
featureFlagsWrapper wrappers.FeatureFlagsWrapper,
48
- enginesWrapper wrappers.EnginesWrapper,
49
) *cobra.Command {
50
utilsCmd := &cobra.Command{
51
Use: "utils",
0 commit comments