Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

[GCI-2019] Pretty print CLI output on terminal. #181

Closed pushkalkatara closed 4 years ago

pushkalkatara commented 4 years ago

Configure to print output in a pretty format on CLI. Currently, printing output is directly through click python library in plain text. Click supports ClickUtils with functionalities such as ANSI Color and Pager Support. Student's task -

  1. Modify individual function output using ClickUtils, make a PR and attach a screenshot for the same. Look on commands available here.
  2. Discuss the idea on how to manage long outputs considering the size of the terminal. (Like in the case of showing all the challenges.)

For queries, contact mentors at https://gitter.im/Cloud-CV/EvalAI

m-sameer commented 4 years ago

@pushkalkatara Take a look at my PR

RohanSreelesh commented 4 years ago

197

Please take a look at my PR, the screenshot of the PR has been uploaded on the GCI website as required