pub async fn cmd_push( cli: &Cli, remote: Option<String>, thread: Option<String>, state: Option<String>, force: bool, ) -> Result<()>
Execute push command.