CLI Usage

Tombi's formatter can be run via the CLI.

# If you have `tombi.toml` in your project, Format all TOML files in the project,
# if not, it will format all TOML files in the current directory
tombi format

# Format a single file
tombi format path/to/file.toml

# Format multiple files
tombi format path/to/file1.toml path/to/file2.toml

# Format all TOML files in a directory
tombi format .