/** * CLI application entry point of Pup * * @file pup.ts * @license MIT */ import { main } from "./lib/cli/main.ts" main()