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

Fix bug while copying command #147

Closed RishabhJain2018 closed 5 years ago

RishabhJain2018 commented 5 years ago

Bug:

Currently, when the command evalai set_token <auth_token> is copied to clipboard, then the content which is copied is evalai set_token &lt;auth_token&gt;.

Expected Behaviour

The copied content should be evalai set_token <auth_token>

inishchith commented 5 years ago

@RishabhJain2018 can i work on this?

gautamjajoo commented 5 years ago

@RishabhJain2018 Also, when the command evalai push <image:tag> -p 4 is copied , the content is evalai push &lt;image:tag&gt; -p 4.

RishabhJain2018 commented 5 years ago

Sure @inishchith.