# README
Info: these files are almost 100% copies from https://github.com/regclient/regclient/tree/main/cmd/regctl with some minor changes to make them work with this project.
# Constants
UserAgent sets the header on http requests.
# Variables
ErrCredsNotFound returned when creds needed and cannot be found.
ErrInvalidInput indicates a required field is invalid.
ErrMissingInput indicates a required field is missing.
ErrNotFound isn't there, search for your value elsewhere.
ErrNotImplemented returned when method has not been implemented yet TODO: Delete when all methods are implemented.
ErrUnsupportedConfigVersion happens when config file version is greater than this command supports.