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

Upcoming Command not working #104

Open inishchith opened 6 years ago

inishchith commented 6 years ago
$ evalai challenges upcoming

Doesn't work . Instead the function that should be invoked is named future. REF.

$ evalai challenges future

@RishabhJain2018 @isht3 this is just a typo kind of issue. let me know if i can propose a quick fix. 😄

guyandtheworld commented 6 years ago

@inishchith Yup, definitely a typo. Please feel free to start working on a fix! Thanks a lot!

inishchith commented 6 years ago

@isht3 replacing future ( function name ) with upcoming with upcoming would work just fine, i feel. There are many files with future reference, so changing every occurrence isn't a good idea because even the API urls has a /future reference . What do you think?

guyandtheworld commented 6 years ago

@inishchith I feel that the keyword future is more compatible and consistent across all of EvalAI and EvalAI CLI. But I definitely agree that upcoming sounds more verbose when it comes to the command. It's definitely up for discussion. @RishabhJain2018 What do you think?

inishchith commented 5 years ago

@RishabhJain2018 Any suggestions? 😄