etcd/etcdctl/command
Gyu-Ho Lee e8215cc577 etcdctl: remove duplicate exit line
`handleError` already exits with the exit code in arguments.
`os.Exit(1)` is never executed in this case.
2015-11-25 09:41:27 -08:00
..
auth_commands.go etcdctl: use user specified timeout value for entire command execution 2015-09-28 10:31:46 +09:00
backup_command.go *:fix point-in-time backup 2015-06-15 11:12:28 -07:00
cluster_health.go etcdctl: cluster health exit with non-zero when cluster is unhealthy 2015-11-20 13:51:31 -08:00
doc.go *: add missing package descriptions 2015-11-17 20:54:10 -08:00
error.go etcdctl: cluster health exit with non-zero when cluster is unhealthy 2015-11-20 13:51:31 -08:00
exec_watch_command.go etcdctl: fix exec watch command 2015-07-23 13:13:15 +08:00
format.go etcdctl: remove old stuff 2015-07-21 12:53:20 -07:00
get_command.go etcdctl: a new option for quorum get 2015-11-20 14:09:50 +09:00
import_snap_command.go *: add missing license headers 2015-09-15 14:09:01 -07:00
ls_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
member_commands.go etcdctl: use user specified timeout value for entire command execution 2015-09-28 10:31:46 +09:00
mk_command.go etcdctl/command: mk command with PrevNoExist 2015-10-15 09:05:17 -07:00
mkdir_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
rm_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
rmdir_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
role_commands.go etcdctl: use user specified timeout value for entire command execution 2015-09-28 10:31:46 +09:00
set_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
set_dir_command.go etcdctl: make setdir/mkdir use etcd/client 2015-07-21 12:53:19 -07:00
update_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
update_dir_command.go etcdctl: use a context with -total-timeout in simple commands 2015-09-29 17:23:01 +09:00
user_commands.go etcdctl: use user specified timeout value for entire command execution 2015-09-28 10:31:46 +09:00
util.go etcdctl: remove duplicate exit line 2015-11-25 09:41:27 -08:00
util_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
watch_command.go etcdctl: fix watch -after-index parsing 2015-07-30 11:15:43 -07:00