Functions

f
parseArgs(argv: string[]): Result<UpgradeOptions, Failure.Of<InvalidArgument>>

Parses qunitx upgrade's arguments. A bare 0.34.2 (or v0.34.2) pins the version, the same as --version=0.34.2.

Interfaces

I
UpgradeDeps

The seams run reaches the world through: the channel it believes it is, the release lookup, the installer, and where its text goes. Every one defaults to the real thing.

I
UpgradeOptions

What qunitx upgrade's argv asked for.

Variables