Closed kharyam closed 2 years ago
In order to support function call chaining (https://github.com/google/python-fire/blob/master/docs/guide.md#chaining-function-calls), update the cli module to be a class where each method returns self
self
Implemented
In order to support function call chaining (https://github.com/google/python-fire/blob/master/docs/guide.md#chaining-function-calls), update the cli module to be a class where each method returns
self