compose/cli
Sebastiaan van Stijn c862d7821d
Remove custom multierrors package
The hashicorp/go-multierror package provides functionality to do
this. Replacing the custom package in favor of those (at the cost
of some small duplication).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-08-11 17:24:51 +02:00
..
cmd Remove custom multierrors package 2020-08-11 17:24:51 +02:00
config Add license headers 2020-06-18 16:48:03 +02:00
formatter cli: Move to gotest.tools 2020-08-04 14:03:24 +02:00
mobycli Fix flaky nil pointer in signal forwarding to child process (see https://github.com/docker/api/runs/949400778) 2020-08-06 10:23:12 +02:00
options Validate run restart option value. Default value is “none”, instead of “no”, this is more in line with compose values, and changes only the default so should not have too much impact on legacy usage. 2020-08-04 17:11:21 +02:00
main.go Add --force to rm on ACI 2020-08-11 16:30:42 +02:00
main_test.go cli: Move to gotest.tools 2020-08-04 14:03:24 +02:00