mozilla/adr

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

開放

#39 建立於 2019年12月12日

 (0 則留言) (0 個反應) (0 位負責人)Python (8 個分叉)auto 404
buggood first issue

倉庫指標

星標
 (4 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南