In the original design. if use a relative path at the plugin name(e.g. `--./plugin.js`), had been expected to be able to use immediately. this to fail. ``` js module.exports = (asyncEmitter, cliValue, jsonOptions) => { console.log('hello, abigail') } ``` ``` abby --./plugin.js # Error: Cannot find module '/plugin' ``` should be aggressive.