1 个不稳定版本
0.1.0 | 2019年6月11日 |
---|
#11 in #substitute
8KB
122 代码行
subtoml-rs
subtoml-rs 是一个CLI实用程序,用于替换TOML文件的部分,受 dahlia/subtoml 启发,但用Rust编写。
用法
subtoml 0.1.0
pbzweihander <pbzweihander@gmail.com>
Substitute parts of TOML file
USAGE:
subtoml [OPTIONS] [--] [KEY=VALUE]...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d, --delete <KEY>... Keys to delete
-i, --input-file <FILE> Toml file to read. default: stdin
-o, --output-file <FILE> Toml file to write. default: stdout
ARGS:
<KEY=VALUE>... Entries to add or modify. Must be form of KEY[.SUBKEY...]=VALUE
示例
$ subtoml -i Cargo.toml \
-d package \
-d dependencies.structopt \
dependencies.toml_edit=foo
[dependencies]
toml_edit = "foo"
subtoml-rs 同时在 MIT许可证 和 Apache许可证2.0 下分发。有关详细信息,请参阅 版权。
依赖项
~6MB
~111K SLoC