docs: Regenerate CLI docs

This commit is contained in:
Bjørn Erik Pedersen
2020-02-19 22:28:06 +01:00
parent 9bdedb251c
commit a5ebdf7d17
36 changed files with 132 additions and 81 deletions

View File

@@ -1,16 +1,16 @@
---
date: 2019-07-31
date: 2020-02-19
title: "hugo mod clean"
slug: hugo_mod_clean
url: /commands/hugo_mod_clean/
---
## hugo mod clean
Delete the entire Hugo Module cache.
Delete the Hugo Module cache for the current project.
### Synopsis
Delete the entire Hugo Module cache.
Delete the Hugo Module cache for the current project.
Note that after you run this command, all of your dependencies will be re-downloaded next time you run "hugo".
@@ -25,7 +25,8 @@ hugo mod clean [flags]
### Options
```
-h, --help help for clean
-h, --help help for clean
--pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
```
### Options inherited from parent commands
@@ -49,4 +50,4 @@ hugo mod clean [flags]
* [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers.
###### Auto generated by spf13/cobra on 31-Jul-2019
###### Auto generated by spf13/cobra on 19-Feb-2020