(homeDir string, rootCmd *cobra.Command)
| 260 | } |
| 261 | |
| 262 | func NewPowerShellCompletion(homeDir string, rootCmd *cobra.Command) powershell { |
| 263 | return powershell{ |
| 264 | homeDir: homeDir, |
| 265 | rootCmd: rootCmd, |
| 266 | registerBinary: ". $HOME\\Documents\\WindowsPowerShell\\Modules\\celer\\celer_completion.ps1 # added by celer", |
| 267 | } |
| 268 | } |
no outgoing calls