Looks like dash-separated format does not work for arguments. E.g: `var sourceCluster = arg[String]()` leads to: `No option found for --source-cluster=foo` It works fine if the argument is passed as `--sourceCluster=foo`
Looks like dash-separated format does not work for arguments. E.g:
var sourceCluster = arg[String]()leads to:
No option found for --source-cluster=fooIt works fine if the argument is passed as
--sourceCluster=foo