mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-12 07:39:19 +00:00
9 lines
121 B
TypeScript
9 lines
121 B
TypeScript
import * as yargs from "yargs";
|
|
|
|
yargs
|
|
.commandDir("../build/commands")
|
|
.env()
|
|
.help()
|
|
.demandCommand()
|
|
.argv;
|