toml-cli
toml-cli copied to clipboard
Add `--write`/`-w` option on `set` command to write TOML back to input file. `cargo check` and `cargo test` pass.
Much like #3 for Linux, it would be good to publish binaries for macOS. (At least one person has specifically asked about installing on macOS: @serpa-dystematic, at https://github.com/gnprice/toml-cli/issues/9#issuecomment-1339475460 .)
As noted on the README, it isnt possible to set a key to be an array value, i.e. `foo = ["bar"]`
Currently the process by which I accomplish #3 — which started today — is not hard, but it is a few extra steps: * (Have the release commit checked out.)...
Closes https://github.com/gnprice/toml-cli/issues/11
Hi, As many other tools like sed , i think it would be interesting to confirm file editing with a flag instead of using stdout. So the argument after 'set'...
As a followup to #3 (which I'll close shortly, having just published binaries for Linux on x86_64), it would be good to publish binaries for Linux on ARM processors as...
Hi, @gnprice thank you for this tool. I want to use this tool in a shell script to edit TOML files, to run this tool, I added some commits: -...