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 eada236f87
commit 775c7c2474
2 changed files with 65 additions and 5 deletions

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