3 个不稳定版本
0.2.0 | 2024年7月31日 |
---|---|
0.1.1 | 2024年4月21日 |
0.1.0 | 2022年6月4日 |
#959 在 命令行工具
每月下载量 117
8KB
65 行
$ tw -h
Command line interface for textwrap
Usage: tw [OPTIONS] <INPUT_FILES>...
Arguments:
<INPUT_FILES>... Input file(s); use `-` to read from standard input
Options:
-w <WIDTH> Width [default: 80]
-e <EOL> End of line string [default: \]
-h, --help Print help
-V, --version Print version
$ tw -V
tw 0.2.0
$ echo abc def ghi jkl mno pqr stu vwx yz |tw -w 13 -
abc def ghi\
jkl mno pqr\
stu vwx yz
依赖
~3–12MB
~138K SLoC