mirror of
https://github.com/containerd/containerd.git
synced 2026-07-08 23:58:59 +00:00
The $EDITOR is not clear for user. If the env doesn't set the value for $EDITOR, the users don't know how to use this subcommand when they get error like this: ``` sh: 1: /tmp/edit-605573012: Permission denied ``` Signed-off-by: Wei Fu <fuweid89@gmail.com>