Skip to main content

UvxDistribution

Type Alias UvxDistribution 

Source
pub type UvxDistribution = PackageDistribution;
Expand description

Alias for uvx-based package distributions.

Aliased Type§

pub struct UvxDistribution {
    pub package: String,
    pub args: Option<Vec<String>>,
    pub env: Option<BTreeMap<String, String>>,
}

Fields§

§package: String

Identifier that the package manager understands.

§args: Option<Vec<String>>

Default arguments appended to the package manager invocation.

§env: Option<BTreeMap<String, String>>

Environment overrides that should apply when invoking the package manager.