mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
As I was reworking https://github.com/docker/docker/pull/9402 I realized that the new testcase I just added that verified all help text is within 80 characters really should be smarter and ask "docker help" for the list of commands to check instead of having a hard-coded list. This way it will catch "docker execwait" automagically once #9402 is merged. Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: 969ba5c7edfdca1d97a836e9549d80ce547a86a0 Component: engine