5个版本 (3个稳定版)
2.0.2 | 2020年3月21日 |
---|---|
2.0.0 | 2020年3月20日 |
0.1.1 | 2019年7月8日 |
0.1.0 | 2019年7月8日 |
#11 in #trim
13KB
220 代码行
trim
trim
受到 Atom 自动剪裁功能的启发,其中删除了每一行的尾部空格,并将尾部换行符替换为单个换行符。
目录
概述
~
$ trim --help
trim 1.2.1
Jack <[email protected]>
trim whitespaces from files
USAGE:
trim [FLAGS] [files]...
FLAGS:
-h, --help Prints help information
-i, --in-place trim <files> in-place, overwritting the content of the files atomically
-N, --supress-newline suppress outputting the trailing `\n` in the last line
-S, --supress-summary suppress summary
-V, --supress-visual suppress visualizations of the trim
--version Prints version information
ARGS:
<files>... files to trim; if '-' exists or none provided, stdin will be used
依赖项
~5–12MB
~140K SLoC