Vincent Demeester
|
4a7a5f3a57
|
Display "See 'docker cmd --help'." in error cases
This brings back this message in case missing arguments.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2016-06-04 16:19:54 +02:00 |
Vincent Demeester
|
bbefa88a8c
|
Use spf13/cobra for docker search
- Move image command search to `api/client/image/search.go`
- Use cobra :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
|
2016-06-03 19:50:01 +02:00 |
Daniel Nephin
|
25892d27be
|
Use Args in cobra.Command to validate args.
Also re-use context.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-05-31 15:43:16 -07:00 |
Daniel Nephin
|
13cea4e58d
|
Update usage and help to (almost) match the existing docker behaviour
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-05-31 14:41:37 -07:00 |
Daniel Nephin
|
4786ccd05c
|
Migrate volume commands to cobra.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
|
2016-05-31 14:41:37 -07:00 |