pyvider
2025-10-04
Updated PyviderContext to extend the renamed CLIContext base class from provide
1 files · 5+ · 5-
Context to CLIContext
1 file changed
context.pyUpdated context.py (+5/-5 lines)
- Changed
from provide.foundation.context import Contexttofrom provide.foundation.context import CLIContextincli/context.pyinterface behavioral1 file
context.py
- Updated
PyviderContextto inherit fromCLIContextinstead ofContextdecouple internal1 file
context.py
- Updated docstrings to reference
CLIContextand its inherited settings (debug,log_level, etc.) instead of the previousContextattributes (debug,verbose,quiet) baseline internal1 file
context.py