Documentation ¶
Overview ¶
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2022, Unikraft GmbH and The KraftKit Authors. Licensed under the BSD-3-Clause License (the "License"). You may not use this file expect in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ps ¶ added in v0.2.0
type Ps struct { Architecture string `long:"arch" short:"m" usage:"Filter the list by architecture"` Long bool `long:"long" short:"l" usage:"Show more information"` Quiet bool `long:"quiet" short:"q" usage:"Only display machine IDs"` ShowAll bool `long:"all" short:"a" usage:"Show all machines (default shows just running)"` Output string `long:"output" short:"o" usage:"Set output format" default:"table"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.