mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
They were just small wrappers arround cli.Args(), and the abstraction made one wonder if they were doing some "magic" things, but they weren't, so just inlining the `cli.Args()` makes it more transparent what's executed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>