mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Change command name to migrate
This commit is contained in:
@@ -8,7 +8,7 @@ public class XcodeGenCLI {
|
||||
|
||||
public init(version: Version) {
|
||||
let generateCommand = GenerateCommand(version: version)
|
||||
let specGenerationCommand = GenerateSpecCommand()
|
||||
let migrateCommand = MigrateCommand()
|
||||
|
||||
cli = CLI(
|
||||
name: "xcodegen",
|
||||
@@ -17,7 +17,7 @@ public class XcodeGenCLI {
|
||||
commands: [
|
||||
generateCommand,
|
||||
DumpCommand(version: version),
|
||||
specGenerationCommand
|
||||
migrateCommand
|
||||
]
|
||||
)
|
||||
cli.parser.routeBehavior = .searchWithFallback(generateCommand)
|
||||
|
||||
Reference in New Issue
Block a user