refactor: simplify project file lookup

This commit is contained in:
Igor Randjelovic
2021-03-07 19:33:42 +01:00
parent 39d90d5c32
commit 02d2befc8a
7 changed files with 26 additions and 49 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/bin/env node
import { redBright, green, greenBright } from 'chalk';
import { program } from 'commander';