mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 00:07:16 +00:00
Merge pull request #4983 from ManaSugi/runk/add-init-msg
runk: Add cli message for init command
This commit is contained in:
commit
c174eb809e
@ -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