Skip to content

toml v0.2.1 (5e709dcf)

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 12:57
5e709dc

This is a fork from the original repo https://github.com/gnprice/toml-cli that adds CI to generate Linux and MacOS binaries.

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/toml-cli

Linux

wget https://github.com/chevdor/toml-cli/releases/download/v0.2.1/toml_linux_amd64_v0.2.1.deb -O toml-cli.deb
sudo dpkg -i toml-cli.deb
toml --help

MacOS

brew tap chevdor/toml https://github.com/chevdor/toml-cli
brew update
brew install chevdor/toml/toml

Changes since v0.2.0