diff --git a/DockerCompletion/completers.ps1 b/DockerCompletion/completers.ps1 index 1b3ded8..51755b1 100644 --- a/DockerCompletion/completers.ps1 +++ b/DockerCompletion/completers.ps1 @@ -122,19 +122,14 @@ Register-Completer docker_builder_build -Option { COMPGEN --memory-swap bytes 'Swap limit equal to memory plus swap: -1 to enable unlimited swap' COMPGEN --network string 'Set the networking mode for the RUN instructions during build' COMPGEN --no-cache Switch 'Do not use cache when building the image' - COMPGEN '-o' stringArray 'Output destination (format: type=local,dest=path)' - COMPGEN --output stringArray 'Output destination (format: type=local,dest=path)' COMPGEN --platform string 'Set platform if server is multi-platform capable' - COMPGEN --progress string 'Set type of progress output (auto, plain, tty). Use plain to show container output' COMPGEN --pull Switch 'Always attempt to pull a newer version of the image' COMPGEN '-q' Switch 'Suppress the build output and print image ID on success' COMPGEN --quiet Switch 'Suppress the build output and print image ID on success' COMPGEN --rm Switch 'Remove intermediate containers after a successful build' - COMPGEN --secret stringArray 'Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret' COMPGEN --security-opt strings 'Security options' COMPGEN --shm-size bytes 'Size of "/dev/shm"' COMPGEN --squash Switch 'Squash newly built layers into a single new layer' - COMPGEN --ssh stringArray 'SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|[=|[,]])' COMPGEN '-t' list 'Name and optionally a tag in the "name:tag" format' COMPGEN --tag list 'Name and optionally a tag in the "name:tag" format' COMPGEN --target string 'Set the target build stage to build.' @@ -739,19 +734,14 @@ Register-Completer docker_image_build -Option { COMPGEN --memory-swap bytes 'Swap limit equal to memory plus swap: -1 to enable unlimited swap' COMPGEN --network string 'Set the networking mode for the RUN instructions during build' COMPGEN --no-cache Switch 'Do not use cache when building the image' - COMPGEN '-o' stringArray 'Output destination (format: type=local,dest=path)' - COMPGEN --output stringArray 'Output destination (format: type=local,dest=path)' COMPGEN --platform string 'Set platform if server is multi-platform capable' - COMPGEN --progress string 'Set type of progress output (auto, plain, tty). Use plain to show container output' COMPGEN --pull Switch 'Always attempt to pull a newer version of the image' COMPGEN '-q' Switch 'Suppress the build output and print image ID on success' COMPGEN --quiet Switch 'Suppress the build output and print image ID on success' COMPGEN --rm Switch 'Remove intermediate containers after a successful build' - COMPGEN --secret stringArray 'Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret' COMPGEN --security-opt strings 'Security options' COMPGEN --shm-size bytes 'Size of "/dev/shm"' COMPGEN --squash Switch 'Squash newly built layers into a single new layer' - COMPGEN --ssh stringArray 'SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|[=|[,]])' COMPGEN '-t' list 'Name and optionally a tag in the "name:tag" format' COMPGEN --tag list 'Name and optionally a tag in the "name:tag" format' COMPGEN --target string 'Set the target build stage to build.' @@ -1707,19 +1697,14 @@ Register-Completer docker_build -Option { COMPGEN --memory-swap bytes 'Swap limit equal to memory plus swap: -1 to enable unlimited swap' COMPGEN --network string 'Set the networking mode for the RUN instructions during build' COMPGEN --no-cache Switch 'Do not use cache when building the image' - COMPGEN '-o' stringArray 'Output destination (format: type=local,dest=path)' - COMPGEN --output stringArray 'Output destination (format: type=local,dest=path)' COMPGEN --platform string 'Set platform if server is multi-platform capable' - COMPGEN --progress string 'Set type of progress output (auto, plain, tty). Use plain to show container output' COMPGEN --pull Switch 'Always attempt to pull a newer version of the image' COMPGEN '-q' Switch 'Suppress the build output and print image ID on success' COMPGEN --quiet Switch 'Suppress the build output and print image ID on success' COMPGEN --rm Switch 'Remove intermediate containers after a successful build' - COMPGEN --secret stringArray 'Secret file to expose to the build (only if BuildKit enabled): id=mysecret,src=/local/secret' COMPGEN --security-opt strings 'Security options' COMPGEN --shm-size bytes 'Size of "/dev/shm"' COMPGEN --squash Switch 'Squash newly built layers into a single new layer' - COMPGEN --ssh stringArray 'SSH agent socket or keys to expose to the build (only if BuildKit enabled) (format: default|[=|[,]])' COMPGEN '-t' list 'Name and optionally a tag in the "name:tag" format' COMPGEN --tag list 'Name and optionally a tag in the "name:tag" format' COMPGEN --target string 'Set the target build stage to build.'