Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AddOperandsCommand ¶
type AddOperandsCommand struct { // Left operand Left int // Right operand Right int PrettyPrint bool }
AddOperandsCommand is the command line data structure for the add action of operands
func (*AddOperandsCommand) RegisterFlags ¶
func (cmd *AddOperandsCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
Click to show internal directories.
Click to hide internal directories.