{"version":3,"file":"pic-info-command.mjs","names":["Actions.picInfoAction"],"sources":["../../src/commands/pic-info-command.ts"],"sourcesContent":["import type { Command } from 'commander';\n\nimport * as Actions from '../actions/index.js';\nimport { cmdIntParser } from './cmd-int-parser.js';\n\nexport function picInfoCommand(cmd: Command): Command {\n  cmd\n    .command('info')\n    .argument('<num>', 'Picture resource number', cmdIntParser)\n    .action(Actions.picInfoAction)\n    .description('get pic info');\n\n  return cmd;\n}\n"],"mappings":";;;;AAKA,SAAgB,eAAe,KAAuB;CACpD,IACG,QAAQ,MAAM,CAAC,CACf,SAAS,SAAS,2BAA2B,YAAY,CAAC,CAC1D,OAAOA,aAAqB,CAAC,CAC7B,YAAY,cAAc;CAE7B,OAAO;AACT"}