CLI Usage
Tombi's formatter can be run via the CLI.
# 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 .