SPDX-License-Identifier: BSD-3-Clause
Copyright (c) 2023, Unikraft GmbH and The KraftKit Authors.
Licensed under the BSD-3-Clause License (the "License").
You may not use this file except in compliance with the License.
type StartOptions struct {
WaitTimeoutMS int `local:"true" long:"wait_timeout_ms" short:"w" usage:"Timeout to wait for the instance to start in milliseconds"`
Output string `long:"output" short:"o" usage:"Set output format" default:"table"`
// contains filtered or unexported fields
}