# Packages
Package kind implements the root kind cobra command, and the cli Main().
# Functions
ColorEnabled returns true if color is enabled for the logger this should be used to control output.
NewLogger returns the standard logger used by the kind CLI This logger writes to os.Stderr.
StandardIOStreams returns an IOStreams from os.Stdin, os.Stdout.