Versions in this module Expand all Collapse all v0 v0.1.0 Oct 23, 2016 Changes in this version + const DefaultConfigName + const DefaultWorkingTime + const EnvDebug + const EnvToken + const EnvTrace + const ExitCodeError + const ExitCodeOK + const TimeFmt + var Debug bool + var Trace bool + func Debugf(format string, args ...interface{}) + func IsCancel(err error) bool + func TracePrint(w io.Writer, err error) + type Meta struct + ErrStream io.Writer + OutStream io.Writer + UI *input.UI + func (m *Meta) AskToken() (string, error) + func (m *Meta) ConfigPath() (string, error) + func (m *Meta) NewFlagSet(name, usage string) *flag.FlagSet + type StartCommand struct + func (c *StartCommand) Help() string + func (c *StartCommand) Run(args []string) int + func (c *StartCommand) 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