Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2016 Changes in this version + func InstallBashCompletion(root *cli.Command) error + type CSVRecord struct + func (d *CSVRecord) Decode(s string) error + func (d CSVRecord) Bools() ([]bool, error) + func (d CSVRecord) Floats() ([]float64, error) + func (d CSVRecord) Ints() ([]int64, error) + func (d CSVRecord) Strings() []string + func (d CSVRecord) Uints() ([]uint64, error) + type Duration struct + func (d *Duration) Decode(s string) error + func (d Duration) Encode() string + type File struct + func (f *File) Decode(s string) error + func (f File) Data() []byte + func (f File) Encode() string + func (f File) String() string + type PidFile struct — linux/amd64 + func (pid *PidFile) Decode(s string) error + func (pid *PidFile) New() error + func (pid PidFile) Remove() error + func (pid PidFile) String() string + type Time struct + func (t *Time) Decode(s string) error + func (t Time) Encode() string + func (t Time) IsSet() bool