package cmd func localCopy(src, target string) error { return defaultCopy(src, target) }