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