Skip to content

Commit

Permalink
fixup! wip: add git stage reader
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Oct 12, 2024
1 parent 93f25f8 commit 9fd3d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ func SetFlags(fs *pflag.FlagSet) {
)
fs.String(
"walk", "auto",
"The method used to traverse the files within the tree root. Currently supports 'auto', 'git' or "+
"'filesystem'. (env $TREEFMT_WALK)",
"The method used to traverse the files within the tree root. Currently supports "+
"<auto|git|git_stage|git_worktree|filesystem>. (env $TREEFMT_WALK)",
)
fs.StringP(
"working-dir", "C", ".",
Expand Down

0 comments on commit 9fd3d11

Please sign in to comment.