fn load_binary_command(
    package_id: &PackageId,
    command_name: &str,
    cmd: &Command,
    containers: &HashMap<PackageId, Container>,
    resolution: &Resolution,
) -> Result<Option<BinaryPackageCommand>, Error>
Expand description

Given a [webc::metadata::Command], figure out which atom it uses and load that atom into a BinaryPackageCommand.