[enh] #223: Decouple EndPoint class from Click context
- Retrieve context from get_current_context() - Use RuntimeError to detect that there is no Click context in case Click is installed and loaded - Use ModuleNotFoundError in case Click is not installed - General exception for now, to keep Python 3.5 support. - ModuleNotFoundError requires Python v3.6 - should be added when dropping Python 3.5 support
parent
65a5729e
No related branches found
No related tags found
Please register or sign in to comment