{"version":3,"file":"version.mjs","names":[],"sources":["../../../../src/lib/cli/commands/version.ts"],"sourcesContent":["import { Command } from 'clipanion';\n\nconst pkgVersion = process.env.PACKAGE_VERSION || 'dev';\n\nexport class VersionCommand extends Command {\n  static paths = [[`--version`], [`-v`]];\n\n  async execute() {\n    this.context.stdout.write(`v${pkgVersion}\\n`);\n    process.exit(0);\n  }\n}\n"],"mappings":";;AAEA,IAAM,aAAA;AAEN,IAAa,iBAAb,cAAoC,QAAQ;CAC1C,OAAO,QAAQ,CAAC,CAAC,WAAW,GAAG,CAAC,IAAI,CAAC;CAErC,MAAM,UAAU;EACd,KAAK,QAAQ,OAAO,MAAM,IAAI,WAAW,GAAG;EAC5C,QAAQ,KAAK,CAAC;CAChB;AACF"}