containers / containers/podman-compose
Add long option for `podman-compose exec -T`
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
```
$ docker compose exec --help | grep pseudo
-T, --no-tty Disable pseudo-TTY allocation. By default 'docker compose exec' allocates a TTY. (default true)
$ podman-compose exec --help | grep pseudo
-T Disable pseudo-tty allocation. By default `podman-
```
Add support for `--no-tty` for compatibility with docker-compose.
Contributor guide
Research direction
Start at the command-line handling for `podman-compose exec` and compare its `--help` output with Docker Compose. Add the documented `--no-tty` option alongside `-T`, then run `podman-compose exec --help` to confirm the compatibility option is shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 74/100