UNPKG

@nakedved/ano

Version:

Claude Code plugin for collaborative annotation and review

12 lines (11 loc) 315 B
/** * Version Diff Command * * Compare annotations between two versions of a file. * * Usage: * ano diff <file1.annotations.json> <file2.annotations.json> * ano diff --git <file> Compare against last committed version */ import { Command } from 'commander'; export declare const diffCommand: Command;