UNPKG

168 BJavaScriptView Raw
1process.argv.push('install');
2process.argv.push('--auto');
3try {
4 require('tabtab/src/cli');
5} catch (e) {
6 console.warn(`Failed to install tab completion: ${e}`);
7}