influxdb/cmd/influx/cli
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.go Fix the CLI not to enter an infinite loop when the liner has an error 2016-04-28 08:35:54 -04:00
cli_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00