package flags
import "github.com/containerd/nydus-snapshotter/internal/flags"
Index ¶
Types ¶
type Args ¶
type Args struct { Address string NydusdConfigPath string SnapshotterConfigPath string RootDir string NydusdPath string NydusImagePath string NydusOverlayFSPath string DaemonMode string FsDriver string LogLevel string LogToStdout bool LogToStdoutCount int PrintVersion bool }
type Flags ¶
type Flags struct { Args *Args F []cli.Flag }
func NewFlags ¶
func NewFlags() *Flags
Source Files ¶
- Version
- v0.15.1 (latest)
- Published
- Jan 26, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 6 days ago –
Tools for package owners.