From cc5193b6bd661c2b0035cf68fa02e6cdbb59640d Mon Sep 17 00:00:00 2001 From: Vitaly Zakutny Date: Sun, 19 Nov 2023 15:25:03 +0300 Subject: [PATCH] chore: make executable index file --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a0d0a66..71f493e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +#!/usr/bin/env node import yargs from 'yargs'; import { hideBin } from 'yargs/helpers';