package
0.0.1-pre.1
Repository: https://github.com/konstellation-io/kli.git
Documentation: pkg.go.dev

# Functions

CheckServerFlag checks that server is configured by default or passed as a flag.
ComposeArgsCheck gets multiple checker functions and composes a new check.
NewCmdFactory returns a new Factory object used during commands execution.
System returns an IOStreams object with prepared input/output.

# Structs

Factory contains all data needed during commands execution.
IOStreams contains information for input/output used in the CLI.

# Interfaces

CmdFactory interface to define all methods needed during commands creation.