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.