rclone completion powershell
rclone completion powershell
输出 rclone 的 powershell 完成脚本。
摘要
为 powershell 生成自动完成脚本。
在当前 shell 会话中加载完成脚本:
rclone completion powershell | Out-String | Invoke-Expression
要为每个新会话加载补全,请将上述命令的输出添加到您的 添加到您的 powershell 配置文件中。
如果 output_file 为"-“或缺失,则输出将写入 stdout。
rclone completion powershell [output_file] [flags]
Options
-h, --help help for powershell
有关此处未列出的全局选项,请参阅 全局标志页面。
另请参见
- rclone completion - 输出指定 shell 的完成脚本。