package
0.0.0-20210209154853-8018142368d2
Repository: https://github.com/joyent/containerpilot.git
Documentation: pkg.go.dev

# README

core

GoDoc

# Functions

EmptyApp creates an empty application.
GetArgs parses the command line flags and returns the subcommand we need and its parameters (if any).
NewApp creates a new App from the config.

# Structs

App encapsulates the state of ContainerPilot after the initial setup.
MultiFlag provides a custom CLI flag that stores its unique values into a simple map.