versionDiffs top-level property
Implementation
final Map<String, FigSubcommand> versionDiffs = {
"0.0.4": FigSubcommand(name: "sdc"),
"0.0.7": FigSubcommand(
name: "sdc",
options: [
FigOption(
name: "--debug-options",
description: "Print options to console for debugging",
),
FigOption(
name: ["-c", "--confirm-commands"],
description: "Confirm commands before running them",
),
],
),
};