feat: Add 'stop all' to stop all running containers

- ./winctl.sh stop all finds and stops all running containers
- Updated help, WINCTL_GUIDE.md, and readme.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Michel Abboud 2026-01-29 00:54:47 +00:00
parent 23cc434703
commit 8864309c7d
3 changed files with 23 additions and 1 deletions

View file

@ -173,6 +173,9 @@ Stop containers with a 2-minute grace period for clean shutdown.
# Stop multiple versions
./winctl.sh stop win11 win10
# Stop all running containers
./winctl.sh stop all
# Interactive menu
./winctl.sh stop
```