mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
add AlwaysOkPrompt to replace 'AlwaysYes' current implementation'
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
74a4ccdd85
commit
3658a063bb
7 changed files with 26 additions and 20 deletions
|
|
@ -231,8 +231,6 @@ type CreateOptions struct {
|
|||
Timeout *time.Duration
|
||||
// QuietPull makes the pulling process quiet
|
||||
QuietPull bool
|
||||
// AssumeYes assume "yes" as answer to all prompts and run non-interactively
|
||||
AssumeYes bool
|
||||
}
|
||||
|
||||
// StartOptions group options of the Start API
|
||||
|
|
@ -447,7 +445,6 @@ type PublishOptions struct {
|
|||
Application bool
|
||||
WithEnvironment bool
|
||||
|
||||
AssumeYes bool
|
||||
OCIVersion OCIVersion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue