Feature/improve output
- Aug 09, 2017
-
-
Frank Sauerburger authored
The new version has an improved user interface.
-
Frank Sauerburger authored
Add comments explaining the behavior in execute() and run() methods, since the logic might be a bit hidden due to the monitor design.
-
- Aug 07, 2017
-
-
Frank Sauerburger authored
Add the name of the program 'Doxec' to the copyright line in the print out.
-
Frank Sauerburger authored
Improve the messages displayed to the user including the following changes: - Using ascii escape codes to use colors - Print file name and line numbers - Use str(operation) - Print summary at the end - Define monitor interface - Add copyright output - Print standard out of operations - Add short option to suppress operation standard out Closes #3. The default monitor class is currently not tested.
-