Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2024, 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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StartOptions ¶
type StartOptions struct { All bool `long:"all" usage:"Start all machines"` Detach bool `long:"detach" short:"d" usage:"Run in background"` NoPrefix bool `long:"no-prefix" usage:"When starting multiple machines, do not prefix each log line with the name"` Platform string `noattribute:"true"` Remove bool `long:"rm" usage:"Automatically remove the unikernel when it shutsdown"` }
Click to show internal directories.
Click to hide internal directories.