Skip to content

Commit

Permalink
feat: SAM Policy Template support + autocomplete search
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Mar 1, 2021
1 parent 689c23b commit 1a1d155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
const program = require("commander");
const inputWizard = require("./src/input-wizard");
const events = require("events");
const package = require("./package.json");

events.EventEmitter.defaultMaxListeners = 1000;

program.version("0.0.8", "-v, --vers", "output the current version");
program.version(package.version, "-v, --vers", "output the current version");

program
.option(
Expand Down

0 comments on commit 1a1d155

Please sign in to comment.