mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
feat(watch): Add --prune option to docker-compose watch command
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
This commit is contained in:
parent
da434013e3
commit
9549a213ba
4 changed files with 59 additions and 3 deletions
|
|
@ -121,6 +121,7 @@ const WatchLogger = "#watch"
|
|||
type WatchOptions struct {
|
||||
Build *BuildOptions
|
||||
LogTo LogConsumer
|
||||
Prune bool
|
||||
}
|
||||
|
||||
// BuildOptions group options of the Build API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue