-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusage.txt
More file actions
20 lines (16 loc) · 776 Bytes
/
usage.txt
File metadata and controls
20 lines (16 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Draw a horizontal line.
Usage:
hr [-h] [-o STRING] [-r STRING] [-w STRING] [-c STRING] [-e STRING]
hr --help
hr --version
Options:
-h, --help Show this help!
--version Show the program version.
-c STRING, --closing STRING The closing character(s) of the line. [default: *]
-e STRING, --ending STRING The line ending character(s). [default: \n]
-o STRING, --opening STRING The opening character(s) of the line. [default: *]
-r STRING, --repeat STRING The character(s) to repeat as the body of the line. [default: -]
-w COUNT, --width COUNT The total width of the line, excluding the ending character(s).
Examples:
[prompt] hr -o '/** ' -r '-+-' -w '22' -c ' */' -e '$'
/** -+--+--+--+--+- */$[prompt]