Module context

Module context 

Source
Expand description

Runtime context for command execution Context for passing data between commands

The context module provides a way to pass data between parent and child commands, including parsed arguments, flags, and arbitrary typed values.

Structsยง

Context
Context passed to command handlers