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:
parent
c8869ae393
commit
4da3726760
8 changed files with 64 additions and 41 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue