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.
1 parent 85bf335 commit b84f3e0Copy full SHA for b84f3e0
Sources/hostmgr/HostMgrCommand.swift
@@ -60,7 +60,7 @@ struct InstallCommand: ParsableCommand {
60
commandName: "install",
61
abstract: "Install components",
62
subcommands: [
63
- InstallHostmgrHelperCommand.self,
+ InstallHostmgrHelperCommand.self
64
]
65
)
66
}
0 commit comments