DockerCLI/vendor/github.com/moby/sys
Sebastiaan van Stijn 52ac568385
cli/container: use github.com/moby/sys/capability for completions
We used a hard-coded list of capabilities that we copied from containerd,
but the new "capability" package allows use to have a maintained list
of capabilities.

There's likely still some improvements to be made;

First of all, the capability package could provide a function to get the list
of strings.

On the completion-side, we need to consider what format is most convenient;
currently we use the canonical name (uppercase and "CAP_" prefix), however,
tab-completion is case-sensitive by default, so requires the user to type
uppercase letters to filter the list of options.

Bash completion provides a `completion-ignore-case on` option to make completion
case-insensitive (https://askubuntu.com/a/87066), but it looks to be a global
option; the current cobra.CompletionOptions also don't provide this as an option
to be used in the generated completion-script.

Fish completion has `smartcase` (by default?) which matches any case if
all of the input is lowercase.

Zsh does not have a dedicated option, but allows setting matching-rules
(see https://superuser.com/a/1092328).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 462e08219d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-10-17 23:08:14 +02:00
..
capability cli/container: use github.com/moby/sys/capability for completions 2024-10-17 23:08:14 +02:00
sequential vendor: github.com/moby/sys/sequential v0.6.0 2024-09-12 23:53:02 +02:00
signal vendor dependencies with go1.17 2022-03-26 19:48:14 +01:00
symlink vendor: github.com/moby/sys/symlink v0.3.0 2024-09-12 23:52:59 +02:00
user vendor: github.com/docker/docker f9522e5e96c3 (v27.1.2-dev) 2024-08-12 13:18:02 +02:00
userns vendor: github.com/docker/docker f9522e5e96c3 (v27.1.2-dev) 2024-08-12 13:18:02 +02:00