mozilla/adr

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

Ouverte

#39 ouverte le 12 déc. 2019

 (0 commentaire) (0 réaction) (0 personne assignée)Python (8 forks)auto 404
buggood first issue

Métriques du dépôt

Stars
 (4 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur