Please add an http2 parameter to certification creation command

I create certifications this way:

certbot --nginx -d domain.tld -d www.domain.tld

I then have to change manually (or run a sed operation) to change from:

listen 443 ssl; # managed by Certbot

To

listen 443 ssl http2; # managed by Certbot

Is there a chance you guys will add a parameter for adding http2 after ssl, directly in Certbot execution?