# Functions
AddProjectFlag adds a `project` flag to the given cobra command Also adds a completion handler to the flag.
NewCmdProject implements the project odo command.
NewCmdProjectCreate creates the project create command.
NewCmdProjectDelete creates the project delete command.
NewCmdProjectGet creates the project get command.
NewCmdProjectList implements the odo project list command.
NewCmdProjectSet creates the project set command.
NewProjectCreateOptions creates a ProjectCreateOptions instance.
NewProjectDeleteOptions creates a ProjectDeleteOptions instance.
NewProjectGetOptions creates a ProjectGetOptions instance.
NewProjectListOptions creates a new ProjectListOptions instance.
NewProjectSetOptions creates a ProjectSetOptions instance.
# Constants
RecommendedCommandName is the recommended project command name.
# Structs
ProjectCreateOptions encapsulates the options for the odo project create command.
ProjectDeleteOptions encapsulates the options for the odo project delete command.
ProjectGetOptions encapsulates the options for the odo project get command.
ProjectListOptions encapsulates the options for the odo project list command.
ProjectSetOptions encapsulates the options for the odo project set command.