runk: Add cli message for init command

Add cli message for init command to tell the user
not to run this command directly.

Fixes: #4367

Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com>
This commit is contained in:
Manabu Sugimoto 2022-08-25 00:32:35 +09:00
parent 2b5dc2ad39
commit b535bac9c3

View File

@ -28,6 +28,7 @@ enum SubCommand {
Common(CommonCmd),
#[clap(flatten)]
Custom(CustomCmd),
/// Launch an init process (do not call it outside of runk)
Init {},
}