Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoAddress is the error found when the cli could no find an address ErrNoAddress = errors.New("no address found. (see 'apizza address' or 'apizza config')") // ErrNoOrderName is the error raised when the is no order name given to the // cart or the order commands. ErrNoOrderName = errors.New("No order name... use '--name=<order name>' or give name as an argument") )
Functions ¶
func AddTopping ¶
AddTopping parses and adds a topping from the raw string.
formated as <name>:<side>:<amount> name is the only one that is required.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.