SetupVersionsCliConfig class

The resolved CLI options for the setup_versions command.

Constructors

SetupVersionsCliConfig({required List<String> versions, required bool hf, required bool help})
Creates an instance with the given values.
SetupVersionsCliConfig.parse(List<String> arguments)
Parses the given arguments into a SetupVersionsCliConfig.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
help bool
Whether to print usage and exit without installing anything.
final
hf bool
Whether to print the header/footer lines framing the output.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions List<String>
The Inno Setup versions requested for installation, in order.
final

Methods

helpMessage() String
Returns the usage message for the command, including runnable examples.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

parser ↔ ArgParser
Declares the options accepted by the setup_versions command.
getter/setter pair