Just grab the latest release:
Format all .http
and .rest
files in the current directory and its subdirectories:
kulala-fmt
Format all .http
and .rest
files in the current directory and its subdirectories and
prints the written output to the console:
kulala-fmt --verbose
Check if all .http
and .rest
files in the current directory and its subdirectories are formatted:
kulala-fmt --check
Check if all .http
and .rest
files in the current directory and
its subdirectories are formatted and
prints the desired output to the console:
kulala-fmt --check --verbose