Skip to content

Commit

Permalink
fix: template: allow interpolation of inactive keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jun 9, 2024
1 parent 3918c35 commit 76715a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func New() *cobra.Command {
}

shared.BoolWithInverse(cmd, "interpolation", true, "Enable interpolation", "Disable interpolation")
cmd.Flags().Bool("with-disabled", false, "Include disabled assignments")

return cmd
}
Expand Down

0 comments on commit 76715a7

Please sign in to comment.