binarylane / binarylane-cli

Command-line interface to BinaryLane API
MIT License
15 stars 3 forks source link

refactor: introduce shared Context to replace parent in Runner.__init__() #14

Closed nats closed 1 year ago

nats commented 1 year ago

In future, Context will be used to provide shared access to "program state" - configuration settings, available commands, etc.