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
commit c174eb809e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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