-
Notifications
You must be signed in to change notification settings - Fork 55
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
Extra date, count info printed every time command is run #75
Comments
Interesting, I don't see this one, I assume this is some output from macOS based on your settings / version, what's your macOS version? (I don't see it on 14.2.1) |
I am on 12.6.8 |
we could try to poke around macOS internals to see if there's a default that we could flip to silence this. in the meantime you can probably wrap your reminders invocations with |
Same issue here (on 12.7.5). |
might be an old OS version thing only. If someone who can repro wants to debug i assume we could |
When I run
reminders <anything>
it prints a date-time and info line, with 'Store' and 'Account' counts, unlike all the examples which give a bare output. This is not helpful and just bogs up the screen. Here is the line that prints (I don't know what the no./.s in the [] are, but they seem very random each time, only matching a few of the initial numbers on a repeated command):I also tried to reach through the code database for a print statement of some sort, but couldn't find one/am not proficient with this code, and as it happens with every command (even --help), it seems like some deeper logic.
The text was updated successfully, but these errors were encountered: