pub fn parse_lifecycle_target(target: &str) -> Result<ShellTarget<'_>>Expand description
Parse the scoped shell lifecycle grammar: category or category/command.
Bare command aliases remain inspection-only so mutation targets stay unambiguous.
pub fn parse_lifecycle_target(target: &str) -> Result<ShellTarget<'_>>Parse the scoped shell lifecycle grammar: category or category/command.
Bare command aliases remain inspection-only so mutation targets stay unambiguous.