Home
last modified time | relevance | path

Searched refs:errAtLeastTwoArguments (Results 1 – 1 of 1) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/builder/dockerfile/
H A Ddispatchers.go165 return errAtLeastTwoArguments("ADD")
181 return errAtLeastTwoArguments("COPY")
802 func errAtLeastTwoArguments(command string) error { func