Skip to content

Commit

Permalink
docs: add all option to docs and default config
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Sep 30, 2024
1 parent 11eeac0 commit f79fe6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ mouse: true
pager: true
# at which column should we word wrap?
width: 80
# show all files, including hidden and ignored.
all: true
```
## Feedback
Expand Down
2 changes: 2 additions & 0 deletions config_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ mouse: false
pager: false
# word-wrap at width
width: 80
# show all files, including hidden and ignored.
all: true
`

var configCmd = &cobra.Command{
Expand Down

0 comments on commit f79fe6e

Please sign in to comment.