百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#2438·cobra

PowerShell 完成功能不应影响全局命名空间

作者: jfishe创建于 2026年7月19日更新于 2026年7月26日

chezmoi PowerShell Completion missing Native parameter #5133 uses cobra to generate PowerShell completion. Cobra exposes a function and filter to the PowerShell global namespace. This should be avoided because it prevents lazy loading of shell completion and could create name collisions.

内容来源: spf13/cobra

查看 GitHub 原文在 GitHub 查看讨论