juju download charm with particular revision

Team, How to download the particular revision of the charm using

juju download

It downloads latest version if revision is not provided. How download older revisions too. Thank you.

user@ACCESS:~$ juju download ceph-dashboard --base ubuntu@22.04 --channel latest/edge  --revision 41
ERROR option provided but not defined: --revision

user@ACCESS:~$ juju download ceph-dashboard --base ubuntu@22.04 --channel latest/edge
Fetching charm "ceph-dashboard" revision 44 using "latest/edge" channel and base "amd64/ubuntu/22.04"
Install the "ceph-dashboard" charm with:
    juju deploy ./ceph-dashboard_r44.charm

This was’t currently possible, however this is an active Pull Request for it that will hopefully get merged and backported to 3.1: https://github.com/juju/juju/pull/16594