//
pkg.gl
Category
github.com/joyent/containerpilot
core
package
0.0.0-20210209154853-8018142368d2
Repository:
https://github.com/joyent/containerpilot.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
20
Dependents
2
Files
359 SLOC
#
README
core
#
Functions
EmptyApp
EmptyApp creates an empty application.
GetArgs
GetArgs parses the command line flags and returns the subcommand we need and its parameters (if any).
NewApp
NewApp creates a new App from the config.
#
Structs
App
App encapsulates the state of ContainerPilot after the initial setup.
MultiFlag
MultiFlag provides a custom CLI flag that stores its unique values into a simple map.