moby--moby/cli
Brian Goff 5c8950e84d Remove reflection on CLI init
before:
```
$ time docker --help
real  0m0.177s
user  0m0.000s
sys 0m0.040s
```

after:
```
$ time docker --help
real  0m0.010s
user  0m0.000s
sys 0m0.000s
```

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-04-29 11:57:46 -04:00
..
flags Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
cli.go Remove reflection on CLI init 2016-04-29 11:57:46 -04:00
client.go cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
common.go Update 'save' command help 2016-03-22 08:16:52 +01:00