Bulk change: move double quotes outside tokens (#4431)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
- Print the text message as a large banner (quotes are optional):
|
||||
|
||||
`banner {{"Hello World"}}`
|
||||
`banner "{{Hello World}}"`
|
||||
|
||||
- Print the text message as a banner with a width of 50 characters:
|
||||
|
||||
`banner -w {{50}} {{"Hello World"}}`
|
||||
`banner -w {{50}} "{{Hello World}}"`
|
||||
|
||||
- Read text from `stdin`:
|
||||
|
||||
|
Reference in New Issue
Block a user