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,5 +1,5 @@
---
date: 2019-07-31
date: 2020-02-19
title: "hugo mod get"
slug: hugo_mod_get
url: /commands/hugo_mod_get/
@@ -26,6 +26,7 @@ Install a specific version:
Install the latest versions of all module dependencies:
hugo mod get -u
hugo mod get -u ./... (recursive)
Run "go help get" for more information. All flags available for "go get" is also relevant here.
@@ -68,4 +69,4 @@ hugo mod get [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