mozilla/adr

`extra/docker/run-adr` script doesn't allow --ref after the repository

Aperta

#39 aperta il 12 dic 2019

 (0 commenti) (0 reazioni) (0 assegnatari)Python (8 fork)auto 404
buggood first issue

Metriche repository

Star
 (4 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The script's ArgumentParser will treat --ref foo as the recipe name rather than an argument to the script itself. So the only way to use it is to run:

$ ./run-adr --ref foo user/repo <recipe>

This is somewhat annoying and un-intuitive.

Guida contributor