pub fn execute_line<L: LdapDirectory>(
ctx: &ServiceContext<L>,
line: &str,
) -> Result<OutputResult>Expand description
Executes one service-layer command line and applies any trailing DSL stages.
This is the small, embeddable surface for callers that want osp-style
command parsing plus pipelines without bootstrapping the full CLI host.