Output of the CLI interface should be clear, concise & colored if possible.
Registered by
Miguel Trias
We should have a class to be responsible of the output on the CLI interface.
This class must provide methods for changing color of the output (based on the relevancy of the message), control vervosity (according to the user, for example if s/he is a developer and s/he is debugging) and to control verbosity (according a configuration, for example a -vvv... like command line argument)
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Miguel Trias
- Definition:
- New
- Series goal:
- None
- Implementation:
- Beta Available
- Milestone target:
- None
- Started by
- Miguel Trias
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
We've implemented this at revision 10.
The output is now divided into blocks, the first is of inmediate output. The others are deferred until the script ends.
We have also coloured output in linux since release 10.
Feedback is required in order to confirm that this output control is adequate for all cases.
(?)