mirror of
https://github.com/containerd/containerd.git
synced 2026-07-13 02:53:18 +00:00
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>