api-client/packages/hoppscotch-cli/bin/hopp.js

7 lines
113 B
JavaScript
Raw Normal View History

#!/usr/bin/env node
// * The entry point of the CLI
import { cli } from "../dist/index.js";
cli(process.argv);