Crates.io | textwrap-cli |
lib.rs | textwrap-cli |
version | |
source | src |
created_at | 2022-06-04 17:53:06.269438 |
updated_at | 2024-12-04 13:53:58.913695 |
description | Command line interface for textwrap |
homepage | |
repository | https://github.com/qtfkwk/textwrap-cli |
max_upload_size | |
id | 599791 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
$ 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.2
$ echo abc def ghi jkl mno pqr stu vwx yz |tw -w 13 -
abc def ghi\
jkl mno pqr\
stu vwx yz