add AlwaysOkPrompt to replace 'AlwaysYes' current implementation'

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2025-10-31 12:00:29 +01:00 committed by Nicolas De loof
parent 74a4ccdd85
commit 3658a063bb
7 changed files with 26 additions and 20 deletions

View file

@ -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
}