tomlq-rs

Crates.iotomlq-rs
lib.rstomlq-rs
version0.1.0
sourcesrc
created_at2022-08-25 08:38:29.782765
updated_at2022-08-25 08:38:29.782765
descriptionA command-line TOML processing tool.
homepage
repositoryhttps://github.com/endruz/tomlq-rs
max_upload_size
id652013
size58,466
endruz (endruz)

documentation

README

tomlq-rs

一个命令行 TOML 处理工具。

使用方法:

$ ./tomlq-rs -V
tomlq-rs 0.1.0
$ ./tomlq-rs -h
tomlq-rs 0.1.0
endruz <endruz@foxmail.com>
A command-line TOML processing tool.

USAGE:
    tomlq-rs <KEY> <FILE>

ARGS:
    <KEY>     Key to query from the TOML file
    <FILE>    A TOML file to load

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information
$ ./tomlq-rs package.name Cargo.toml
tomlq-rs
$ ./tomlq-rs package.toml.version Cargo.toml
error: Key package.toml.version not found!
Commit count: 10

cargo fmt