Varun John

Results 6 comments of Varun John

### **Option 1: When reordering sequence is specified using command line.** _File-name = fire_test.py_ ```python import fire class CustomSequence(object): def __init__(self, offset=1): self.offset = offset def generate(self, start, stop): return...

Please validate the changes and test it using the code in my forked repository branch. Since the code mentioned in above comments does not contain all the changes required in...

My initial understanding was that the reordering was required in only ```--help``` functionality of ```python-fire```. But now, I have made changes to the code so that it now gives the...

Thanks for pointing out the error. I have made changes to the code so that now documentation strings don't affect the reordering of the commands. I have also made changes...

Thanks for the confirmation. I will soon raise a pull request with the change.

@googlebot I signed it! > Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for...