Versions in this module Expand all Collapse all v0 v0.1.1 Oct 20, 2016 v0.1.0 Jun 19, 2016 Changes in this version + type ListCommand struct + func (c *ListCommand) Help() string + func (c *ListCommand) Run(args []string) int + func (c *ListCommand) Synopsis() string + type LoadCommand struct + func (c *LoadCommand) Help() string + func (c *LoadCommand) Run(args []string) int + func (c *LoadCommand) Synopsis() string + type Meta struct + Ui cli.Ui + type SaveCommand struct + func (c *SaveCommand) Help() string + func (c *SaveCommand) Run(args []string) int + func (c *SaveCommand) Synopsis() string + type SetCommand struct + func (c *SetCommand) Help() string + func (c *SetCommand) Run(args []string) int + func (c *SetCommand) Synopsis() string + type UnsetCommand struct + func (c *UnsetCommand) Help() string + func (c *UnsetCommand) Run(args []string) int + func (c *UnsetCommand) Synopsis() string + type VersionCommand struct + Name string + Revision string + Version string + func (c *VersionCommand) Help() string + func (c *VersionCommand) Run(args []string) int + func (c *VersionCommand) Synopsis() string