Documentation
¶
Overview ¶
Package cli provides shared CLI application logic for dilivet and mldsa-vet.
This package eliminates code duplication between the two CLI entrypoints by providing a common App structure and execution logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
Name string // Binary name (e.g., "dilivet" or "mldsa-vet")
Version string // Version string (injected via ldflags)
Out io.Writer
Err io.Writer
}
App represents a CLI application with common functionality.
Click to show internal directories.
Click to hide internal directories.