moby/cli
Vincent Demeester 05eb544ae2 Do not panic if network is nil
network is `nil` if the following case:

```
services:
  foo:
    image: nginx
    networks:
      mynetwork:
```

It's a valid compose so we should not panic.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit 158388ef8d)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-21 13:23:24 -08:00
..
command Do not panic if network is nil 2016-11-21 13:23:24 -08:00
flags Add for String 2016-11-03 16:15:26 +08:00
cobra.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
error.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
required.go fix typos 2016-07-05 20:42:17 +08:00