Skip to content

Commit 0511e9a

Browse files
committed
1 parent 088479e commit 0511e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/cli.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ type Format struct {
1616
ConfigFile string `type:"path" help:"Load the config file from the given path (defaults to searching upwards for treefmt.toml)."`
1717
FailOnChange bool `help:"Exit with error if any changes were made. Useful for CI."`
1818
Formatters []string `short:"f" help:"Specify formatters to apply. Defaults to all formatters."`
19-
TreeRoot string `type:"path" help:"The root directory from which treefmt will start walking the filesystem (defaults to the directory containing the config file)."`
20-
TreeRootFile string `type:"path" help:"File to search for to find the project root (if --tree-root is not passed)."`
19+
TreeRoot string `type:"existingdir" xor:"tree-root" help:"The root directory from which treefmt will start walking the filesystem (defaults to the directory containing the config file)."`
20+
TreeRootFile string `type:"path" xor:"tree-root" help:"File to search for to find the project root (if --tree-root is not passed)."`
2121
Walk walk.Type `enum:"auto,git,filesystem" default:"auto" help:"The method used to traverse the files within --tree-root. Currently supports 'auto', 'git' or 'filesystem'."`
2222
Verbosity int `name:"verbose" short:"v" type:"counter" default:"0" env:"LOG_LEVEL" help:"Set the verbosity of logs e.g. -vv."`
2323
Version bool `name:"version" short:"V" help:"Print version."`

0 commit comments

Comments
 (0)