Skip to content

Commit

Permalink
code: Changed order of subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
YourMJK committed Jul 30, 2024
1 parent f77054b commit 25b95d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/dreimetadaten/Command/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 25b95d2

Please sign in to comment.