#input #newlines #format #string-format #formatter #input-file #target-release-fmnl

app fmnl

使用给定的字符串格式化输入的换行符

1 个不稳定版本

0.1.0 2021年11月14日

#5#newlines

MIT 许可证

4KB

fmnl

使用给定的字符串格式化输入的换行符。

用法

fmnl [格式化器]

示例

给定输入文件example.txt

first
second
third

并用", "作为格式化器调用它

cat example.txt | target/release/fmnl ", "

将输出

first, second, third

依赖项

~3MB
~52K SLoC