mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2026-01-25 14:27:09 +00:00
4 lines
87 B
JavaScript
Executable File
4 lines
87 B
JavaScript
Executable File
#! /usr/bin/env node
|
|
import { CLI } from '../dist/index.js'
|
|
CLI(process.argv.slice(2))
|