You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree with everything but using an existing MOB_TIMER setting on mob start notanumber.
When somebody write notanumber as a command I assume they tried to use this number, but made a mistake typing it.
In that case, using MOB_TIMER would not be what they intended to do.
When I do
mob timer notanumber
this will start a timer with 0 Minutes and directly saymob next
. This behavior also applies tomob start notanumber
.In my opinion it should work like this:
mob timer notanumber
`mob start notanumber``
MOB_TIMER
is set, this value should be used instead and a warning should be printedMOB_TIMER
is not set, a warning should be printedmob start
andMOB_TIMER="notanumber"
@simonharrer please add your feedback!
The text was updated successfully, but these errors were encountered: