We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7a7e4 commit 18987f8Copy full SHA for 18987f8
examples.go
@@ -42,6 +42,7 @@ func printExamples(buf *bytes.Buffer, cmd *cobra.Command) {
42
comment = " #"
43
}
44
buf.WriteString(`.. code-block::
45
+ :copyable: false
46
`)
47
_, _ = fmt.Fprintf(buf, "\n %s%s\n", comment, indentString(example, identChar))
48
0 commit comments