# Packages
Package args stores useful methods to parse and extract data from extra arguments given to cli commands.
Package exec contains an interface for executing commands, along with helpers TODO(bentheelder): add standardized timeout functionality & a default timeout so that commands cannot hang indefinitely (!)
Inspired by (copied from) https://github.com/kubernetes-sigs/kind/tree/main/pkg/exec.
Package io some io operation functions.
Package logger logger used by cli.
Package options some common options for cli.
Package qualitygate helper functions for quality gate.
Package root have reusable root commands for clis.
Package validators helper functions for validate params.