=Fixed auto loaded code
This commit is contained in:
parent
10b670269a
commit
9eb99e1581
2 changed files with 5 additions and 1 deletions
|
@ -37,6 +37,7 @@ class DockerNetworks {
|
|||
}
|
||||
}
|
||||
|
||||
if( -not (Get-Command docker-compose -ErrorAction Ignore) ) { return }
|
||||
class DockerComposeCommands { #: System.Management.Automation.IValidateSetValuesGenerator {
|
||||
static [string[]] $cachedCommands = @()
|
||||
static [string[]] _GetValidValues([string]$wordToComplete,[string]$subcommand,[bool]$Strict) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue