UNPKG

bookr-cli

Version:

A terminal-based CLI tool to book time in Jira using the Tempo plugin by parsing your current Git branch name

8 lines 233 B
export declare function getVersion(): string; export declare function getFullVersionInfo(): { version: string; commitHash: string | null; branch: string | null; dirty: boolean; }; //# sourceMappingURL=version.d.ts.map