kharyam / litra-driver

Linux CLI and UI for operating Logitech Litra Glow and Beam
https://pypi.org/project/litra-driver/
GNU General Public License v3.0
138 stars 17 forks source link

Add support for chaining function calls #5

Closed kharyam closed 2 years ago

kharyam commented 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

kharyam commented 2 years ago

Implemented