Feat: SDK generating framework (#5431)

This commit is contained in:
qiaozp
2023-02-21 15:54:44 +08:00
committed by GitHub
parent b1fc313519
commit 8ff77c4486
46 changed files with 6701 additions and 728 deletions

View File

@@ -11,7 +11,7 @@
delArgs: *null | [...string]
}
parameter: *#PatchParams | close({
parameter: #PatchParams | close({
// +usage=Specify the commands for multiple containers
containers: [...#PatchParams]
})

View File

@@ -8,7 +8,7 @@
// +usage=Specify which existing environment variables to unset
unset: *[] | [...string]
}
parameter: *#PatchParams | close({
parameter: #PatchParams | close({
// +usage=Specify the environment variables for multiple containers
containers: [...#PatchParams]
})