@robconery/azx-cli
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -53,4 +53,4 @@ #!/usr/bin/env node | ||
) | ||
.action(async function (command) { | ||
const options = command.opts(); | ||
.action(async function (options) { | ||
//const options = command.opts(); | ||
//Commander has a weird bug where an option named "name" needs to be called as a function | ||
@@ -57,0 +57,0 @@ await AppScript.init({location: options.location, name: options.project}); |
{ | ||
"name": "@robconery/azx-cli", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "azx.js", |
9516