2 个不稳定版本
使用旧的 Rust 2015
0.2.0 | 2018年6月6日 |
---|---|
0.1.0 | 2018年1月21日 |
#170 in #print
11KB
204 代码行
tomlcli
美化打印和查询 TOML 文件
如何使用
cargo install tomlcli
接下来使用 toml
或 tomlcli
二进制文件。
# Pretty print contents of file
toml Cargo.toml
# Pretty print table
toml Cargo.toml package
# Print value in table
toml Cargo.toml package.name
# Print value in array
toml Cargo.toml package.keywords.0
# Print table in array
toml Cargo.lock package.0
# Print value in table in array
toml Cargo.lock package.0.name
待办事项
- 美化字段中的表格
[[bin]]
name = "foo"
path = "./bar.rs"
- 使用点查询字段
[example]
"foo.bar" = "example"
许可证
版权(c)Sergey Sova。保留所有权利。在 MIT 许可证下授权。有关详细信息,请参阅项目根目录中的 LICENSE 文件。
依赖项
~1–8.5MB
~58K SLoC