pub fn create_bundle_from_sources(
sources: &[String],
) -> Result<QuickBundleCreation, QuickBundleFailure>Expand description
Create one bundle from one or more local repositories or GitHub sources.
All sources are interpreted and checked before the config transaction can write anything. An existing bundle is reused only when its repository set and primary repository exactly match the request; this keeps selecting one repository from a larger bundle from silently changing the wizard’s choice.