rkt/rkt
在 GitHub 查看rkt: Ignore/error on flags provided after a `--` in run/prepare/fetch ?
Open
#1,061 建立於 2015年6月17日
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.