influxdb/cmd/influx
Jonathan A. Sternberg 2ccbe26447 Fix the CLI not to enter an infinite loop when the liner has an error
This also removes the dependency on `os/user` and uses the `HOME`
environment variable which is more common on Linux and Mac OS X for
customizing the history file location.

Removing this import also lets the `influx` binary be cross-compiled as
`os/user` relies on cgo.
2016-04-28 08:35:54 -04:00
..
cli Fix the CLI not to enter an infinite loop when the liner has an error 2016-04-28 08:35:54 -04:00
main.go Make it clear when CLI version is unknown 2016-04-22 21:35:42 -07:00