Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorin committed Mar 13, 2024
1 parent 67fa5e4 commit 7fe3da1
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 188 deletions.
2 changes: 1 addition & 1 deletion bin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { action } from "../index.js"
import pkg from "../package.json" assert { type: "json" };

const program = commander.program(pkg);
const command = commander.run(program, pkg);
const command = commander.run(program, { http: true, metrics: true });

logger.setName(pkg.name);
command.action(action);
Expand Down
Loading

0 comments on commit 7fe3da1

Please sign in to comment.