# Functions
NewListCommand returns a usable command registered under the parent.
NewRootCommand returns a new command registered in the parent.
# Constants
CommandName is the string to be used to invoke this command.
# Structs
ListCommand calls the Fastly API to list appropriate resources.
RootCommand is the parent command for all subcommands in this package.