mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 05:47:53 +00:00
* fix(test): ensure bats file list uses xargs * docs(readme): use yarn for testing instructions * fix(test): ensure pipelines fail properly * docs(alias): fix table header --------- Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
20 lines
257 B
Markdown
20 lines
257 B
Markdown
# x-hr
|
|
|
|
Print a horizontal rule. Useful for visually separating log output.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
x-hr [character]
|
|
```
|
|
|
|
If no character is given a red `-` is used.
|
|
|
|
### Example
|
|
|
|
```bash
|
|
x-hr "="
|
|
```
|
|
|
|
<!-- vim: set ft=markdown spell spelllang=en_us cc=80 : -->
|