pub fn run<'a, TInterface: ConstructibleInterface<'a>>(
builder: InstallerBuilder<'a>,
)
Expand description
The unified run system. This function automatically causes the program to terminate with the proper exit code
ยงArguments
builder
- the builder to run