# Packages
Package clitable implements methods for pretty command line table output.
No description provided by the author
# Functions
AskForConfirmation prompts user for yes/no response.
Assert asserts there was no error, else log.Fatal.
CopyFile copies file from dst to scr.
GetHashType returns the hash type (md5, sha1, sha256, sha512).
Getopt reads environment variables.
GetOpt returns Env var or default.
GetSHA256 calculates a file's sha256sum.
ParseJSON returns a JSON value for a given key NOTE: https://godoc.org/github.com/dustin/go-jsonpointer.
ParseMail takes in an HTTP Request and returns an Email object TODO: This function will likely be changed to take in a []byte.
RemoveDuplicates removes duplicate items from a list.
RunCommand runs cmd on file.
StringInSlice returns whether or not a string exists in a slice.