1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

hr: add page (#2426)

This commit is contained in:
Ariel Allon 2018-10-13 07:57:50 -05:00 committed by Starbeamrainbowlabs
parent 501843cbb3
commit 9206705b89

15
pages/common/hr.md Normal file
View file

@ -0,0 +1,15 @@
# hr
> Print a horizontal rule in the terminal.
- Print a horizontal rule:
`hr`
- Print a horizontal rule with a custom string:
`hr {{string}}`
- Print a multiline horizontal rule:
`hr {{string_a}} {{string_b}} {{string_c}}`