mozilla/adr
`extra/docker/run-adr` script doesn't allow --ref after the repository
開放
#39 建立於 2019年12月12日
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.