vitalseeds / vs-data-api

Fast API endpoints to expose vs-data actions for to run from Filemaker
MIT License
0 stars 0 forks source link

Python Click: access option values globally Could neaten up cli commands by removing pass context decorators and using get_current_context instead #72

Open tombola opened 6 months ago

tombola commented 6 months ago

https://stackoverflow.com/questions/64381222/python-click-access-option-values-globally

Could neaten up cli commands by removing pass context decorators and using get_current_context instead.