mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +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))
|