diff --git a/cmd/template/template.go b/cmd/template/template.go index 186f844..d607a1d 100644 --- a/cmd/template/template.go +++ b/cmd/template/template.go @@ -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 }