Some modifications

Style default to slim theme
config updated to include bashrc
dcup, dcdown to work in parallel (supported by dco)
This commit is contained in:
lksz 2021-02-22 14:58:49 -05:00
parent c8869ae393
commit 4da3726760
8 changed files with 64 additions and 41 deletions

View file

@ -8,7 +8,7 @@
)
[DockerComposeDirs]::_GetValidValues($wordToComplete,$true)
})]
[string[]]$ProjectPath=@($PWD),
[string[]]$ProjectPath,
[switch]$Recurse,
[int]$Depth=1,
[switch]$Force,
@ -17,6 +17,8 @@
[array]$CliParams
)
if( -not $ProjectPath ) { $ProjectPath=@($PWD) }
$script:JobQueue = @()
$script:CleanupJobQueue = @()
function CompleteJobs {