We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5add2e0 + 31205e2 commit defb00dCopy full SHA for defb00d
Sources/swift-format/Subcommands/LegacyMain.swift
Sources/swift-format/main.swift
@@ -21,12 +21,9 @@ struct SwiftFormatCommand: ParsableCommand {
21
subcommands: [
22
DumpConfiguration.self,
23
Format.self,
24
- LegacyMain.self,
25
Lint.self,
26
],
27
- // TODO: Change the default to `Format` when we delete the legacy interface after a short
28
- // period of time.
29
- defaultSubcommand: LegacyMain.self
+ defaultSubcommand: Format.self
30
)
31
32
@OptionGroup()
0 commit comments