pub fn list_resources(
workflow: Option<&str>,
scope: ResourceScope,
) -> Result<(), ZigError>Expand description
List resources discovered under the requested scope.
Prints a human-readable table to stdout. When workflow is Some, the
global tier is restricted to that workflow’s directory; otherwise every
~/.zig/resources/<name>/ subdirectory is walked.