pub async fn run_cli<M>(migrator: M) -> impl Future<Output = ()>where
    M: MigratorTrait,