hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

hugo_completion_fish.md (1757B)

    1 ---
    2 title: "hugo completion fish"
    3 slug: hugo_completion_fish
    4 url: /commands/hugo_completion_fish/
    5 ---
    6 ## hugo completion fish
    7 
    8 Generate the autocompletion script for fish
    9 
   10 ### Synopsis
   11 
   12 Generate the autocompletion script for the fish shell.
   13 
   14 To load completions in your current shell session:
   15 
   16 	hugo completion fish | source
   17 
   18 To load completions for every new session, execute once:
   19 
   20 	hugo completion fish > ~/.config/fish/completions/hugo.fish
   21 
   22 You will need to start a new shell for this setup to take effect.
   23 
   24 
   25 ```
   26 hugo completion fish [flags]
   27 ```
   28 
   29 ### Options
   30 
   31 ```
   32   -h, --help              help for fish
   33       --no-descriptions   disable completion descriptions
   34 ```
   35 
   36 ### Options inherited from parent commands
   37 
   38 ```
   39       --clock string               set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
   40       --config string              config file (default is path/config.yaml|json|toml)
   41       --configDir string           config dir (default "config")
   42       --debug                      debug output
   43   -e, --environment string         build environment
   44       --ignoreVendorPaths string   ignores any _vendor for module paths matching the given Glob pattern
   45       --log                        enable Logging
   46       --logFile string             log File path (if set, logging enabled automatically)
   47       --quiet                      build in quiet mode
   48   -s, --source string              filesystem path to read files relative from
   49       --themesDir string           filesystem path to themes directory
   50   -v, --verbose                    verbose output
   51       --verboseLog                 verbose logging
   52 ```
   53 
   54 ### SEE ALSO
   55 
   56 * [hugo completion](/commands/hugo_completion/)	 - Generate the autocompletion script for the specified shell
   57