We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266a13c commit e85d896Copy full SHA for e85d896
1 file changed
cmd/gen-docs/main.go
@@ -201,7 +201,7 @@ navOrder: {{.Position}}
201
import SamplesInstance from 'src/shared-content/samples/samples-instance.include.md';
202
203
{{.Command.Long}}
204
-` + "\n```bash" + `{{define "T1"}}Usage:{{if .Runnable}}
+` + "\n```text" + `{{define "T1"}}Usage:{{if .Runnable}}
205
{{.UseLine}}{{end}}{{if .HasAvailableSubCommands}}
206
{{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}}
207
0 commit comments