buddy-tunnel
Advanced tools
Comparing version 1.7.0-dev to 1.7.1-dev
{ | ||
"name": "buddy-tunnel", | ||
"preferGlobal": false, | ||
"version": "1.7.0-dev", | ||
"version": "1.7.1-dev", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -54,3 +54,3 @@ const { Command } = require('commander'); | ||
commandAgentEnable.option('-u, --user <user>', OPTION_USER); | ||
commandAgentEnable.option('-p, --pass <password>', OPTION_PASS); | ||
commandAgentEnable.option('--pass <password>', OPTION_PASS); | ||
commandAgentEnable.action(async (options) => { | ||
@@ -57,0 +57,0 @@ const hasAdminRights = await AgentManager.system.hasAdminRights(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348421