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
adds a sort option -s, --sort [direction] by default the sort direction is desc but can also be set to asc
fixes the help command to not fail
fixes the version and help command to exit the process
changes the return from the Timesince function, which used to return a array of two values, but now will return with three values ['repo', 'diff in milliseconds', 'human readable diff']