Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using display argument 'full' does not work #221

Open
PassionateBytes opened this issue Feb 19, 2025 · 0 comments
Open

Using display argument 'full' does not work #221

PassionateBytes opened this issue Feb 19, 2025 · 0 comments

Comments

@PassionateBytes
Copy link

PassionateBytes commented Feb 19, 2025

According to the ReadMe, running t display full should show all records of all sheets, including archived ones - Similar to how t display all returns all records of all sheets, but without the archived ones.

I found that using the full argument does not work. Instead it shows a warning:

$ t display full
must provide an argument to a filtering method if not passing a block

I can look at the archived sheets manually, using the leading underscore in front of the sheet name, like:

$ t display _my_sheet
Timesheet: _my_sheet
    Day                Start      End        Duration   Notes
    Fri Jan 17, 2025   15:55:00 - 16:45:00   0:50:00    
                                             0:50:00
    Tue Jan 21, 2025   17:00:00 - 19:30:00   2:30:00    
                                             2:30:00
    Wed Jan 22, 2025   12:54:43 - 12:57:12   0:02:29    
                       16:12:38 - 18:28:59   2:16:21    
                       18:32:30 - 18:35:42   0:03:12    
    [...]

It's just that I can't get a complete, aggregated view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant