This repository has been archived on 2024-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
treefmt/cli
Brian McGee 8af5b3c076
feat: introduce concept of pipelines for better concurrency
Replaces the `Before` config option with an optional `Pipeline` key.

This is used to group formatters together in the order in which they are specified within the config file.

Signed-off-by: Brian McGee <brian@bmcgee.ie>
2024-04-24 16:33:22 +01:00
..
cli.go feat: implement init 2024-02-28 09:18:45 +00:00
format_test.go feat: introduce concept of pipelines for better concurrency 2024-04-24 16:33:22 +01:00
format.go feat: introduce concept of pipelines for better concurrency 2024-04-24 16:33:22 +01:00
helpers_test.go chore: remove internal directory 2024-02-15 13:59:55 +00:00