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