Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferInfoCommand ¶
BufferInfoCommand is a Command that outputs Buffer.com information.
func (*BufferInfoCommand) Help ¶
func (*BufferInfoCommand) Help() string
Help returns the description of the command.
func (*BufferInfoCommand) Run ¶
func (c *BufferInfoCommand) Run(args []string) int
Run runs the code of the comand.
func (*BufferInfoCommand) Synopsis ¶
func (*BufferInfoCommand) Synopsis() string
Synopsis returns the short description of the command.
type BufferPushCommand ¶
BufferPushCommand is a Command that pushes links to Buffer.com's queue.
func (*BufferPushCommand) Help ¶
func (*BufferPushCommand) Help() string
Help returns the description of the command.
func (*BufferPushCommand) Run ¶
func (c *BufferPushCommand) Run(args []string) int
Run runs the code of the comand.
func (*BufferPushCommand) Synopsis ¶
func (*BufferPushCommand) Synopsis() string
Synopsis returns the short description of the command.
type GenerateCommand ¶
GenerateCommand is a Command that generates HTML from YAML files.
func (*GenerateCommand) Help ¶
func (*GenerateCommand) Help() string
Help returns the description of the command.
func (*GenerateCommand) Run ¶
func (c *GenerateCommand) Run(args []string) int
Run runs the code of the comand.
func (*GenerateCommand) Synopsis ¶
func (*GenerateCommand) Synopsis() string
Synopsis returns the short description of the command.
type NewCommand ¶
NewCommand is a Command that creates a new empty YAML file to prepare a new issue.
func (*NewCommand) Help ¶
func (*NewCommand) Help() string
Help returns the description of the command.
func (*NewCommand) Run ¶
func (c *NewCommand) Run(args []string) int
Run runs the code of the comand.
func (*NewCommand) Synopsis ¶
func (*NewCommand) Synopsis() string
Synopsis returns the short description of the command.
type ValidateCommand ¶
ValidateCommand is a Command that validates a YAML file.
func (*ValidateCommand) Help ¶
func (*ValidateCommand) Help() string
Help returns the description of the command.
func (*ValidateCommand) Run ¶
func (c *ValidateCommand) Run(args []string) int
Run runs the code of the comand.
func (*ValidateCommand) Synopsis ¶
func (*ValidateCommand) Synopsis() string
Synopsis returns the short description of the command.