Skip to content

Commit f2cb8f4

Browse files
committed
Update reason for prime signs
1 parent 9c0af63 commit f2cb8f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/cli2md.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# read from stdin or files in the args
1212
ARGF.each_with_index do |line, line_num|
1313
# Replace all prime symbols with backticks. We use prime symbols instead of backticks in CLI
14-
# helptext because Go does not support escaping backticks in backtick delimited strings.
14+
# helptext because the cli framework we use, urfave/cli, has special handling for backticks.
15+
#
1516
# See: https://github.com/buildkite/agent/blob/main/clicommand/prime-signs.md
1617
line.tr!("′", "`")
1718

0 commit comments

Comments
 (0)