Pretty print and query TOML files
bash
cargo install tomlcli
Next use toml
or tomlcli
binary.
```bash
toml Cargo.toml
toml Cargo.toml package
toml Cargo.toml package.name
toml Cargo.toml package.keywords.0
toml Cargo.lock package.0
toml Cargo.lock package.0.name ```
Pretty print table in field:
toml
[[bin]]
name = "foo"
path = "bar"
Copyright (c) Sergey Sova. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for details.