1HUGO-COMPLETION-FISH(1)           Hugo Manual          HUGO-COMPLETION-FISH(1)
2
3
4

NAME

6       hugo-completion-fish - Generate the autocompletion script for fish
7
8
9

SYNOPSIS

11       hugo completion fish [flags]
12
13
14

DESCRIPTION

16       Generate the autocompletion script for the fish shell.
17
18
19       To load completions in your current shell session:
20
21
22              hugo completion fish | source
23
24
25
26       To load completions for every new session, execute once:
27
28
29              hugo completion fish > ~/.config/fish/completions/hugo.fish
30
31
32
33       You will need to start a new shell for this setup to take effect.
34
35
36

OPTIONS

38       -h, --help[=false]      help for fish
39
40
41       --no-descriptions[=false]      disable completion descriptions
42
43
44

OPTIONS INHERITED FROM PARENT COMMANDS

46       --config=""      config file (default is path/config.yaml|json|toml)
47
48
49       --configDir="config"      config dir
50
51
52       --debug[=false]      debug output
53
54
55       -e, --environment=""      build environment
56
57
58       --ignoreVendorPaths=""      ignores any _vendor for module paths match‐
59       ing the given Glob pattern
60
61
62       --log[=false]      enable Logging
63
64
65       --logFile=""      log File path (if set, logging enabled automatically)
66
67
68       --quiet[=false]      build in quiet mode
69
70
71       -s, --source=""      filesystem path to read files relative from
72
73
74       --themesDir=""      filesystem path to themes directory
75
76
77       -v, --verbose[=false]      verbose output
78
79
80       --verboseLog[=false]      verbose logging
81
82
83

SEE ALSO

85       hugo-completion(1)
86
87
88
89Hugo 0.93.3                        May 2022            HUGO-COMPLETION-FISH(1)
Impressum