vahnrr

Results 1 comments of vahnrr

After looking into this, it seems to come from [cobra's `Command.Execute()`](https://github.com/spf13/cobra/blob/v1.7.0/command.go#L847-L966) intended behaviour. Which starts by handling `--help`, then `--version`, then the command's arguments (e.g. your `asdasd`). Docker CLI could...