package
0.2.2
Repository: https://github.com/traefik/paerser.git
Documentation: pkg.go.dev

# Functions

Execute Executes a command.
PrintHelp prints the help for the command given as argument.

# Structs

Command structure contains program/command information (command name and description).
EnvLoader loads a configuration from all the environment variables prefixed with Prefix (default: "TRAEFIK_").
FileLoader loads a configuration from a file.
Finder holds a list of file paths.
FlagLoader loads configuration from flags.

# Interfaces

ResourceLoader is a configuration resource loader.