devcontainers / devcontainers/cli
allow exec command after --workspace-folder flag
オープン
- 主要言語
- TypeScript
- スター
- 3k
- フォーク
- 457
- 平均マージ
- 13時間 17分
- マージ済み PR(30日)
- 6
説明
It seems that the 'exec' command is only allowed as the first parameter.
```
devcontainer --workspace-folder . exec ls
OCI runtime exec failed: exec failed: unable to start container process: exec: "exec": executable file not found in $PATH: unknown
```
Like `up` etc., it expects options followed by `exec` to be allowed.
With this change, one can create an alias as `alias devc="devcontainer --workspace-folder PATH"`.
コントリビューションガイド
評価
この issue はまだ評価されていません。