rkt/rkt

rkt: Ignore/error on flags provided after a `--` in run/prepare/fetch ?

Open

#1,061 建立於 2015年6月17日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Go (8,871 star) (865 fork)batch import
area/usabilitycomponent/stage0help wantedkind/question

描述

Usually a -- means that all remaining arguments aren't parsed but kept as is. for example in: rkt run -- example.com/app01 --debug

should --debug be ignored? (or an error should be returned?) Now parseApps parses it and debug becomes true.

貢獻者指南