devcontainers / devcontainers/cli
devcontainer exec attempts confuses args depending on order
オープン
bug
- 主要言語
- TypeScript
- スター
- 3k
- フォーク
- 457
- 平均マージ
- 13時間 17分
- マージ済み PR(30日)
- 6
説明
When running `devcontainer exec --workspace-folder . ls` everything works as expected.
When running `devcontainer --workspace-folder . exec ls` the devcontainer CLI attempts to run `exec` in the container. It confuses the args and interprets `exec` as `cmd`.

Am I correct in assuming that `devcontainer --workspace-folder . exec` should be a valid way to invoke exec?
コントリビューションガイド
評価
この issue はまだ評価されていません。