mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 20:32:54 +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),
|
Common(CommonCmd),
|
||||||
#[clap(flatten)]
|
#[clap(flatten)]
|
||||||
Custom(CustomCmd),
|
Custom(CustomCmd),
|
||||||
|
/// Launch an init process (do not call it outside of runk)
|
||||||
Init {},
|
Init {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user