Merge pull request #4983 from ManaSugi/runk/add-init-msg

runk: Add cli message for init command
This commit is contained in:
Archana Shinde
2022-08-27 00:15:25 +05:30
committed by GitHub

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 {},
}