@nakedved/ano
Version:
Claude Code plugin for collaborative annotation and review
15 lines (14 loc) • 306 B
TypeScript
/**
* ano resolve command
*
* Mark an annotation as resolved.
*
* Usage:
* ano resolve <file> <id>
*
* Examples:
* ano resolve plan.md 550e8400
* ano resolve plan.md 550e8400-e29b-41d4-a716-446655440000
*/
import { Command } from 'commander';
export declare const resolveCommand: Command;