mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
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:
parent
2b5dc2ad39
commit
b535bac9c3
@ -28,6 +28,7 @@ enum SubCommand {
|
||||
Common(CommonCmd),
|
||||
#[clap(flatten)]
|
||||
Custom(CustomCmd),
|
||||
/// Launch an init process (do not call it outside of runk)
|
||||
Init {},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user