From 6e4843aedd54ff34cf7d3eed900ce6b9fa636325 Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Mon, 11 Nov 2019 12:29:00 -0800 Subject: [PATCH] Output variable types --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 05836f9..dc1ee43 100644 --- a/main.go +++ b/main.go @@ -94,7 +94,7 @@ const markdownTemplate = ` | Name | Description | Type | Default | Required | |------|-------------|:----:|:-----:|:-----:| {{- range .Variables }}{{if skip .Pos }} -| {{ tt .Name }} | {{- if .Description}}{{ .Description }}{{ end }} | | {{ tt .Default }} | {{if tt .Default}}no{{else}}yes{{end}} |{{end}}{{end}} +| {{ tt .Name }} | {{- if .Description}}{{ .Description }}{{ end }} | {{- if .Type}}{{ .Type }}{{ end }} | {{ tt .Default }} | {{if tt .Default}}no{{else}}yes{{end}} |{{end}}{{end}} {{- if .Outputs}}