Is it possible to use add aliases to options? e.g. ``` program .version('0.0.1') .option('-T, --no-tests, --notests', 'ignore test hook') ``` to support both `--no-tests` and `--notests`?