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 except in compliance with the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type List ¶ added in v0.2.0
type List struct { Kraftfile string `long:"kraftfile" usage:"Set an alternative path of the Kraftfile"` Limit int `long:"limit" short:"l" usage:"Set the maximum number of results" default:"50"` NoLimit bool `long:"no-limit" usage:"Do not limit the number of items to print"` ShowApps bool `long:"apps" short:"" usage:"Show applications"` ShowArchs bool `long:"archs" short:"M" usage:"Show architectures"` ShowCore bool `long:"core" short:"C" usage:"Show Unikraft core versions"` ShowLibs bool `long:"libs" short:"L" usage:"Show libraries"` ShowPlats bool `long:"plats" short:"P" usage:"Show platforms"` Update bool `long:"update" short:"u" usage:"Get latest information about components before listing results"` Output string `long:"output" short:"o" usage:"Set output format" default:"table"` }
Click to show internal directories.
Click to hide internal directories.