mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-06 22:40:58 +00:00
Enabled progress bar is the default now
This commit is contained in:
parent
89beb19702
commit
a7168951c1
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ lychee ~/projects/*/README.md
|
|||
|
||||
# check links in local files (lychee supports advanced globbing and ~ expansion):
|
||||
lychee "~/projects/big_project/**/README.*"
|
||||
# ignore case when globbing, displaying progress and check result for each link:
|
||||
lychee --glob-ignore-case --progress --verbose "~/projects/**/[r]eadme.*"
|
||||
# ignore case when globbing and check result for each link:
|
||||
lychee --glob-ignore-case --verbose "~/projects/**/[r]eadme.*"
|
||||
```
|
||||
|
||||
### GitHub token
|
||||
|
|
|
|||
Loading…
Reference in a new issue