Comparing version 0.3.2 to 0.3.3
@@ -89,3 +89,3 @@ #!/usr/bin/env node | ||
// ---------------------------------------------------------------------------- | ||
_commander2.default.command('edit [project]').description("Open $EDITOR with the project's associated environment variables.").action(project => { | ||
_commander2.default.command('edit <project>').description("Open $EDITOR with the project's associated environment variables.").action(project => { | ||
(0, _edit2.default)(project).catch(console.error.bind(console)); | ||
@@ -92,0 +92,0 @@ }); |
{ | ||
"name": "biome", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A simple way to manage environment variables on a per-project basis", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -71,3 +71,3 @@ #!/usr/bin/env node | ||
program | ||
.command('edit [project]') | ||
.command('edit <project>') | ||
.description("Open $EDITOR with the project's associated environment variables.") | ||
@@ -74,0 +74,0 @@ .action(project => { |
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