We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3134157 commit 725461bCopy full SHA for 725461b
lib/cli.js
@@ -16,6 +16,9 @@ const Router = require('./router');
16
17
const gens = list(process.argv.slice(2));
18
19
+// Override http networking to go through a proxy ifone is configured
20
+require('global-tunnel-ng').initialize();
21
+
22
/* eslint new-cap: 0, no-extra-parens: 0 */
23
const tabtab = new Tabtab.Commands.default({
24
name: 'yo',
package.json
@@ -48,6 +48,7 @@
48
"cross-spawn": "^5.0.1",
49
"figures": "^2.0.0",
50
"fullname": "^3.2.0",
51
+ "global-tunnel-ng": "^2.1.1",
52
"got": "^8.0.3",
53
"humanize-string": "^1.0.0",
54
"inquirer": "^3.0.1",
0 commit comments