-
Notifications
You must be signed in to change notification settings - Fork 57
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
Include --start interval and other options in --status command #38
Comments
I'd need to store the options invoked initially somewhere and then read those options back, but I agree this would be a handy feature. I've been meaning to give users a way of seeing when they invoked the command as well, as sometimes changes/etc require a fresh command to roll out. An updated print out like: ~> brew autoupdate --status [~]
Autoupdate is installed and running.
Autoupdate is scheduled to update every 43200 seconds.
Autoupdate was last invoked on 01/01/20 with the options:
--start --enable-notifications Would probably be alright. I'll look into it. Thanks for the issue, and I'm glad you're finding this project useful! 😺 |
You are already storing all the information you need in the |
I've already implemented I will try to finish all other options and then create a pull request. |
Title says it all. Thanks for this awesome software!
The text was updated successfully, but these errors were encountered: