containerd/cmd/ctr/commands/images
Kohei Tokunaga df7f6ba5b9
ctr: return explicit errors for flags unsupported by transfer service
ctr currently silently ignores several flags by default (without --local) and
the user can't know which flags are supported until they see the code.
This commit fixes ctr to return an explicit error when it finds an unsupported
flag.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2024-06-11 12:08:47 +09:00
..
convert.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
export.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
images.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
import.go ctr: return explicit errors for flags unsupported by transfer service 2024-06-11 12:08:47 +09:00
inspect.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00
mount.go chore: use errors.New to replace fmt.Errorf with no parameters will much better 2024-04-21 21:49:31 +08:00
pull.go ctr: return explicit errors for flags unsupported by transfer service 2024-06-11 12:08:47 +09:00
push.go ctr: return explicit errors for flags unsupported by transfer service 2024-06-11 12:08:47 +09:00
tag.go chore: use errors.New to replace fmt.Errorf with no parameters will much better 2024-04-21 21:49:31 +08:00
unmount.go chore: use errors.New to replace fmt.Errorf with no parameters will much better 2024-04-21 21:49:31 +08:00
usage.go chore: use errors.New to replace fmt.Errorf with no parameters will much better 2024-04-21 21:49:31 +08:00