commands: Support "hugo mod get -u ./..."

Fixes #6828
This commit is contained in:
Bjørn Erik Pedersen 2020-02-18 12:17:16 +01:00
parent 4dcda861db
commit b18a76631c

View File

@ -46,6 +46,15 @@ Some examples:
```bash
hugo mod get -u
```
### Update All Modules Recursively
{{< new-in "0.65.0" >}}
```bash
hugo mod get -u ./...
```
### Update One Module
```bash