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

14 lines 438 B
/** * Show interactive selection of recent worklogs to undo (Tempo-first) */ export declare function showUndoSelection(): Promise<void>; /** * Undo a specific worklog by ID */ export declare function undoWorklogById(worklogId: string): Promise<void>; /** * Main undo function - handles both cases */ export declare function handleUndo(worklogId?: string): Promise<void>; export default handleUndo; //# sourceMappingURL=undo.d.ts.map