{"version":3,"file":"show-cursor-command.mjs","names":[],"sources":["../../src/commands/show-cursor-command.ts"],"sourcesContent":["import type { Command } from 'commander';\n\nimport { cmdIntParser } from './cmd-int-parser.js';\nimport { showCursorAction } from '../actions/index.js';\n\nexport const showCursorCommand = (fontCmd: Command) => {\n  fontCmd\n    .command('show')\n    .argument('<num>', 'cursor number', cmdIntParser)\n    .action(showCursorAction);\n};\n"],"mappings":";;;;AAKA,MAAa,qBAAqB,YAAqB;CACrD,QACG,QAAQ,MAAM,CAAC,CACf,SAAS,SAAS,iBAAiB,YAAY,CAAC,CAChD,OAAO,gBAAgB;AAC5B"}