devcontainers / devcontainers/cli
devcontainer exec attempts confuses args depending on order
Abierto
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 3k
- Forks
- 457
- Merge medio
- 13 h 17 min
- PR fusionados (30 d)
- 6
Descripción
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?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.