handle_message_command

Function handle_message_command 

Source
pub async fn handle_message_command(
    common: CommonParams,
    auto_commit: bool,
    use_emoji: bool,
    print: bool,
    verify: bool,
    dry_run: bool,
    repository_url: Option<String>,
) -> Result<()>