diff --git a/aws-emr-experiment/tool b/aws-emr-experiment/tool index 7fe2092..a66c0cb 100755 --- a/aws-emr-experiment/tool +++ b/aws-emr-experiment/tool @@ -107,6 +107,8 @@ const argv = yargs console.log(`aws emr ssh --cluster-id ${clusterId} --key-pair-file ./${ec2KeyLocalFilename}`); }) .help() + .demandCommand() + .strict() .argv; function shell(command) {