UNPKG

@latentsearch/timemachine-cli

Version:

CLI tool for TimeMachine API. Generates time entries, lists users/projects, and features an enhanced dry-run output for generation.

14 lines (13 loc) 264 B
export interface CliOptions { baseUrl: string; apiKey?: string; verbose: boolean; user?: string; project?: string; startDate?: string; endDate?: string; days?: string; hours?: string; dryRun?: boolean; limit?: string; }