UpdateCommand.

Switches Property

Summary

Gets all supported switches.
Namespace
Cake.SevenZip.Commands
Containing Type
UpdateCommand

Syntax

protected override IEnumerable<ISwitch?> Switches { get; }

Value

Type Description
IEnumerable<ISwitch?> The switches.
GitHub Discussion