pub fn list(
json_path: Option<&str>,
expanded: bool,
systems: bool,
) -> Result<()>Expand description
Print every declared asset. expanded includes the assets the build
injects; systems adds the system manifest the world resolves to.