diff --git a/code/dreimetadaten/Command/Command.swift b/code/dreimetadaten/Command/Command.swift index ddb1e26a..c83c22ed 100644 --- a/code/dreimetadaten/Command/Command.swift +++ b/code/dreimetadaten/Command/Command.swift @@ -14,7 +14,7 @@ struct Command: ParsableCommand { static let configuration = CommandConfiguration( commandName: executableName, version: "1.2.1", - subcommands: [Migrate.self, Export.self, WebBuild.self, Load.self], + subcommands: [Load.self, Export.self, WebBuild.self, Migrate.self], helpMessageLabelColumnWidth: 20 )