Rohit Ner

Results 9 comments of Rohit Ner

Maintainers are requested to add the repo to code climate and provide API key so that I can replace it in the readme.

@zverok @lokeshh I added these lines of code. It showed some error but did the work. The problem is that the `@cat_hash` is not getting updated and returns nil in...

ping! @zverok @lokeshh @athityakumar

Hey @IdeoConcepts , thanks for spotting the bug, can you make changes locally as per PR #455 and check whether it helps?

I think we should use ARGV because the gem is less likely to get CLI intensive in future. WDYT?

ping! @Shekharrajak I would like to take up this issue

We can also make use of `optparse` module like that being done by the gem [colorls](https://github.com/athityakumar/colorls) (although `Thor` has advantages like seperate parsers for different commands). I think `OptionParse` class...

I mean to say that using pre-installed modules like `optparse` are enough for supporting a few command line arguments rather than adding third-party dependencies like `Thor`.