containerd/cmd/ctr
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
..
app ctr: fix parsing mount options 2024-03-27 17:50:39 +08:00
commands ctr: return explicit errors for flags unsupported by transfer service 2024-06-11 12:08:47 +09:00
main.go Convert CLI to urfave v2 2024-02-15 09:48:04 -08:00