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
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
A lot of refactoring took place here to draw the output from a store of task results
rather than an ongoing stream
WIP - large refactor
use chrono crate instead of deprecated time crate
pull out print logic from factotum, put in cli making it testable
print task stderr to stderr
ensure executor runs as normal when no config is passed (treats everything as a raw string)
save the time a task started, include in output
WIP Misc output fixes / new duration format
WIP cleanup cli output some more
WIP fix order of events display glitch
WIP bold stdout
A lot of refactoring took place here to draw the output from a store of task results
rather than an ongoing stream
WIP - large refactor
use chrono crate instead of deprecated time crate
pull out print logic from factotum, put in cli making it testable
print task stderr to stderr
ensure executor runs as normal when no config is passed (treats everything as a raw string)
save the time a task started, include in output
WIP Misc output fixes / new duration format
WIP cleanup cli output some more
WIP fix order of events display glitch
WIP bold stdout
alexanderdean
changed the title
Print task errors to stderr, not stdout
Improve output to STDERR / STDOUT
Jun 13, 2016
Including printing task errors to stderr, not stdout
The text was updated successfully, but these errors were encountered: