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.
type RemoveOptions struct {
Driver string `noattribute:"true"`
Force bool `long:"force" short:"f" usage:"Force removal of the network" default:"false"`
}