Skip to content

Commit 5892f1a

Browse files
committed
docs: change tagline
Makes the project's purpose a bit more explicit
1 parent 4c5ad32 commit 5892f1a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<img src="docs/content/assets/images/logo.svg" height="150"/>
66

7-
**One CLI to format your repo**
7+
**The formatter multiplexer**
88

99
_A <a href="https://numtide.com/">numtide</a> project._
1010

cmd/init/init.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# One CLI to format the code tree - https://github.com/numtide/treefmt
1+
# The formatter multiplexer - https://github.com/numtide/treefmt
22

33
# Do not exit with error if a configured formatter is missing
44
# Env $TREEFMT_ALLOW_MISSING_FORMATTER

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func NewRoot() (*cobra.Command, *stats.Stats) {
3333
// create out root command
3434
cmd := &cobra.Command{
3535
Use: build.Name + " <paths...>",
36-
Short: "One CLI to format your repo",
36+
Short: "The formatter multiplexer",
3737
Version: build.Version,
3838
RunE: func(cmd *cobra.Command, args []string) error {
3939
return runE(v, &statz, cmd, args)

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
site_name: Treefmt
33
site_url: https://treefmt.com
44
site_description: >-
5-
One CLI to format your repo
5+
The formatter multiplexer.
66
77
# Repository
88
repo_name: numtide/treefmt

nix/packages/treefmt/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ in
9191
};
9292

9393
meta = with lib; {
94-
description = "treefmt: one CLI to format your repo";
94+
description = "treefmt: the formatter multiplexer";
9595
homepage = "https://github.com/numtide/treefmt";
9696
license = licenses.mit;
9797
mainProgram = "treefmt";

test/examples/nixpkgs.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# One CLI to format the code tree - https://github.com/numtide/treefmt
1+
# The formatter multiplexer - https://github.com/numtide/treefmt
22

33
[formatter.deadnix]
44
command = "deadnix"

test/examples/treefmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# One CLI to format the code tree - https://github.com/numtide/treefmt
1+
# The formatter multiplexer - https://github.com/numtide/treefmt
22
excludes = ["*.toml"]
33

44
[formatter.python]

0 commit comments

Comments
 (0)