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.py Updated context.py (+5/-5 lines)
  • Changed from provide.foundation.context import Context to from provide.foundation.context import CLIContext in cli/context.py interface behavioral
    1 file
    • context.py
  • Updated PyviderContext to inherit from CLIContext instead of Context decouple internal
    1 file
    • context.py
  • Updated docstrings to reference CLIContext and its inherited settings (debug, log_level, etc.) instead of the previous Context attributes (debug, verbose, quiet) baseline internal
    1 file
    • context.py