From 8be5f93f5b2d4b6f438ca84094937a0f7101c59b Mon Sep 17 00:00:00 2001 From: T Date: Sat, 2 Aug 2025 17:25:59 -0600 Subject: Initial commit of punchcard. Contains working time tracking commands, and the stub of a command to generate reports. --- internal/commands/testdata/clockify_invalid.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 internal/commands/testdata/clockify_invalid.csv (limited to 'internal/commands/testdata/clockify_invalid.csv') diff --git a/internal/commands/testdata/clockify_invalid.csv b/internal/commands/testdata/clockify_invalid.csv new file mode 100644 index 0000000..1d5feb3 --- /dev/null +++ b/internal/commands/testdata/clockify_invalid.csv @@ -0,0 +1,2 @@ +"Project","Client","Description","Task","User" +"Incomplete Project","Test Client","Missing columns" \ No newline at end of file -- cgit v1.2.3