Files
hoppscotch/packages/hoppscotch-cli/bin/hopp.js
2024-02-05 22:55:05 +05:30

7 lines
113 B
JavaScript
Executable File

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