cli

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2025 License: EUPL-1.2 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Short:        shortCommandDescription,
	SilenceUsage: true,
	PersistentPreRunE: func(cmd *cobra.Command, _ []string) error {
		if initErr := initConfiguration(); initErr != nil {
			return initErr
		}
		if bindErr := bindFlags(cmd); bindErr != nil {
			return bindErr
		}

		return nil
	},
	PreRunE: validateCliArguments,
	RunE:    run,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL