-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
watson interrupt (feature request) #470
Labels
Comments
That's interesting, thanks! |
With a recent merge, you should be able to do in a future release.
Would be simple enough to replicate those steps for interrupt using ctx.invoke(), if i'm not mistaken @jmaupetit |
|
Thank you @EdgyEdgemond, I'm looking forward to see it in the next release. |
Do you have visibility on when the next release will come out? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's say I am working on project A from 09:00, and suddenly at 09:30 I receive an unexpected phone call about project B. The phone call lasts until 09:50, and then I resume my work on project A.
Typically after the call at 09:50, I would correct my time tracking by doing something like:
My feature request is to add a new command, watson interrupt, that would behave like this:
watson interrupt projectB --at 09:30 > Added projectB from 09:30 to now. Restarting projectA.
The text was updated successfully, but these errors were encountered: