UNPKG

long-git-cli

Version:

A CLI tool for Git tag management.

7 lines 163 B
/** * 主要的 tag 命令处理函数 */ export declare function tagCommand(options?: { pass?: boolean; }): Promise<void>; //# sourceMappingURL=tag.d.ts.map