少于1分钟
生成powershell shell的自动补全脚本。
生成powershell shell的自动补全脚本。
要在当前的shell会话中加载自动补全:
hugo completion powershell | Out-String | Invoke-Expression
要在每个新会话中加载自动补全,请将上述命令的输出添加到您的 powershell 配置文件中。
hugo completion powershell [flags]
-h, --help help for powershell
--no-descriptions disable completion descriptions
--clock string 设置 Hugo 使用的时钟,例如 --clock 2021-11-06T22:30:00.00+09:00
--config string 配置文件 (默认为 hugo.yaml|json|toml)
--configDir string 配置目录 (默认 "config")
--debug 调试输出
-e, --environment string 构建环境
--ignoreVendorPaths string 忽略任何与给定 Glob 模式匹配的模块路径的 _vendor
--log 启用日志记录
--logFile string 日志文件路径(如果设置,自动启用日志记录)
--quiet 安静模式下构建
-s, --source string 文件系统路径,从中读取相对文件
--themesDir string 主题目录的文件系统路径
-v, --verbose 冗长的输出
--verboseLog 冗长的日志记录