hugo completion bash
hugo completion bash
Generate the autocompletion script for bash
概要
Generate the autocompletion script for the bash shell.
This script depends on the ‘bash-completion’ package. If it is not installed already, you can install it via your OS’s package manager.
To load completions in your current shell session:
source <(hugo completion bash)
To load completions for every new session, execute once:
Linux:
hugo completion bash > /etc/bash_completion.d/hugo
macOS:
hugo completion bash > $(brew --prefix)/etc/bash_completion.d/hugo
You will need to start a new shell for this setup to take effect.
hugo completion bash
オプション
-h, --help help for bash
--no-descriptions disable completion descriptions
Options inherited from parent commands
--clock string Hugo が用いる日時を指定します。--clock 2021-11-06T22:30:00.00+09:00
--config string 設定ファイルを指定します。 (デフォルトは hugo.yaml|json|toml)
--configDir string 設定ディレクトリを指定します。 (デフォルトは "config")
--debug デバッグ出力を行います。
-d, --destination string ファイル出力を行うパスを指定します。
-e, --environment string ビルド環境を指定します。
--ignoreVendorPaths string 指定 Glob パターンにマッチするモジュールパスを _vendor として無視します。
--logLevel string ログレベルを指定します。 (debug|info|warn|error)
--quiet 出力抑制モード (quite mode) によりビルドを行います。
-M, --renderToMemory メモリーにレンダーします。 (サーバー起動時に有用)
-s, --source string ファイル入力元を相対パスで指定します。
--themesDir string テーマディレクトリのパスを指定します。
-v, --verbose 詳細出力を行います。
SEE ALSO
- hugo completion - Generate the autocompletion script for the specified shell