mozilla/adr

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

Aberta

#39 aberto em 12 de dez. de 2019

 (0 comentário) (0 reação) (0 responsável)Python (8 forks)auto 404
buggood first issue

Métricas do repositório

Stars
 (4 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador