import { program } from "@commander-js/extra-typings"; import { version } from "../package.json"; export default program .name("zygon") .description( "Tool to process identities. Configure it with the ZYGON_API_KEY and API_ENDPOINT", ) .version(version);