mozilla/adr
`extra/docker/run-adr` script doesn't allow --ref after the repository
Offen
#39 geöffnet am 12.12.2019
buggood first issue
Repository-Metriken
- Stars
- (4 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.