description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Execute PowerShell commands. Uses pwsh (PowerShell Core) on macOS '
    'and Linux, powershell.exe on Windows. Supports configurable execution '
    'policy, timeout, and working directory.';