View and control environment variables available to shell processes. Supports listing all variables, querying specific values, and temporary variable assignment.
env-tool [options]
# List all environment variables
env-tool
# Show a specific variable
env-tool | grep PATH
# Check variable exists
env-tool | grep ^HOME=
共 1 个版本