Skip to content

Commit

Permalink
docs: Regenerate CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 28, 2023
1 parent 51d0a0a commit 20ea2e0
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 19 deletions.
8 changes: 6 additions & 2 deletions docs/content/en/commands/hugo_config.md
Expand Up @@ -18,8 +18,12 @@ hugo config [command] [flags]
### Options

```
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for config
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for config
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
6 changes: 5 additions & 1 deletion docs/content/en/commands/hugo_config_mounts.md
Expand Up @@ -14,7 +14,11 @@ hugo config mounts [flags] [args]
### Options

```
-h, --help help for mounts
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
-h, --help help for mounts
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
10 changes: 7 additions & 3 deletions docs/content/en/commands/hugo_mod_clean.md
Expand Up @@ -18,9 +18,13 @@ hugo mod clean [flags] [args]
### Options

```
--all clean entire module cache
-h, --help help for clean
--pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
--all clean entire module cache
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
-h, --help help for clean
--pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
8 changes: 6 additions & 2 deletions docs/content/en/commands/hugo_mod_graph.md
Expand Up @@ -20,8 +20,12 @@ hugo mod graph [flags] [args]
### Options

```
--clean delete module cache for dependencies that fail verification
-h, --help help for graph
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
--clean delete module cache for dependencies that fail verification
-c, --contentDir string filesystem path to content directory
-h, --help help for graph
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
6 changes: 5 additions & 1 deletion docs/content/en/commands/hugo_mod_init.md
Expand Up @@ -25,7 +25,11 @@ hugo mod init [flags] [args]
### Options

```
-h, --help help for init
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
-h, --help help for init
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
6 changes: 5 additions & 1 deletion docs/content/en/commands/hugo_mod_npm_pack.md
Expand Up @@ -28,7 +28,11 @@ hugo mod npm pack [flags] [args]
### Options

```
-h, --help help for pack
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
-h, --help help for pack
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
6 changes: 5 additions & 1 deletion docs/content/en/commands/hugo_mod_tidy.md
Expand Up @@ -14,7 +14,11 @@ hugo mod tidy [flags] [args]
### Options

```
-h, --help help for tidy
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
-h, --help help for tidy
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
6 changes: 5 additions & 1 deletion docs/content/en/commands/hugo_mod_vendor.md
Expand Up @@ -20,7 +20,11 @@ hugo mod vendor [flags] [args]
### Options

```
-h, --help help for vendor
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
-h, --help help for vendor
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
8 changes: 6 additions & 2 deletions docs/content/en/commands/hugo_mod_verify.md
Expand Up @@ -18,8 +18,12 @@ hugo mod verify [flags] [args]
### Options

```
--clean delete module cache for dependencies that fail verification
-h, --help help for verify
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
--clean delete module cache for dependencies that fail verification
-c, --contentDir string filesystem path to content directory
-h, --help help for verify
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down
14 changes: 9 additions & 5 deletions docs/content/en/commands/hugo_new_content.md
Expand Up @@ -25,11 +25,15 @@ hugo new content [path] [flags]
### Options

```
--editor string edit new content with this editor, if provided
-f, --force overwrite file if it already exists
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for content
-k, --kind string content type to create
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache/
-c, --contentDir string filesystem path to content directory
--editor string edit new content with this editor, if provided
-f, --force overwrite file if it already exists
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for content
-k, --kind string content type to create
-t, --theme strings themes to use (located in /themes/THEMENAME/)
```

### Options inherited from parent commands
Expand Down

0 comments on commit 20ea2e0

Please sign in to comment.