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:
parent
501843cbb3
commit
9206705b89
1 changed files with 15 additions and 0 deletions
15
pages/common/hr.md
Normal file
15
pages/common/hr.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue