mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-15 04:50:40 +03:00
16 lines
232 B
Markdown
16 lines
232 B
Markdown
|
# 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}}`
|