Skip to content

Commit

Permalink
fix cli bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dormeiri committed Mar 14, 2023
1 parent 6c09f3e commit d5dc1e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#! /usr/bin/env node
/* eslint-disable node/shebang */

import { DEFAULT_FILES_WORKERS_NUM } from '@noodle-graph/scanner';
import { Command, Option } from 'commander';
import figlet from 'figlet';
Expand Down

0 comments on commit d5dc1e7

Please sign in to comment.