mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
Add --quiet and --no-info flags to podman machine start
Add quiet and no-info flags to podman machine start. No-info suppresses helpful informational tips Quiet suppresses machine start progress output, as well as informational tips. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@ -114,7 +114,11 @@ type SSHOptions struct {
|
||||
Username string
|
||||
Args []string
|
||||
}
|
||||
type StartOptions struct{}
|
||||
|
||||
type StartOptions struct {
|
||||
NoInfo bool
|
||||
Quiet bool
|
||||
}
|
||||
|
||||
type StopOptions struct{}
|
||||
|
||||
|
Reference in New Issue
Block a user