if i set three of option's aliases: `option('-n, -B, --no-cache', ...)` then i receive: ``` error: unknown option `--no-cache' ``` What am I doing wrong?