mozilla/adr

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

Offen

#39 geöffnet am 12.12.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (8 Forks)auto 404
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.

Contributor Guide