Closed concaf closed 8 years ago
Even if right provider is given this error still persists
$ ll
total 40448
-rwxrwxr-x. 1 vagrant vagrant 41416456 Jul 7 11:10 henge
$ ./henge openshift
file "docker-compose.yml" not found
Right, I am proposing similar behavior as argparse
in python, which throws an error if it does not recognize a positional/optional argument.
Running this:
This should return some output like,
unknown provider: xyz
orunknown argument: xyz
and not look for a docker-compose.yml file.