Skip to main content

Module powershell

Module powershell 

Source
Expand description

PowerShell command parsing, prefix extraction, and safety analysis.

Re-exports§

pub use analyzer::CommandSafety;
pub use analyzer::analyze;
pub use static_prefix::PrefixResult;
pub use static_prefix::extract_command_prefix;

Modules§

aliases
analyzer
dangerous_cmdlets
parser
PowerShell parser wrapper around tree-sitter-pwsh.
path_validation
read_only
static_prefix