prompt user to confirm volume recreation

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2024-12-12 09:36:24 +01:00 committed by Nicolas De loof
parent 332311358e
commit 8e0520e71e
8 changed files with 104 additions and 13 deletions

View file

@ -207,6 +207,8 @@ 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