Expand description
Command source resolver: runs a local command and captures stdout.
Functions§
- resolve_
command - Resolve a command source by executing it and parsing stdout.
- resolve_
command_ with_ limit - Same as
resolve_commandbut with a configurable stdout size limit.