Update commander dependency

This commit is contained in:
Milen Dzhumerov 2019-07-27 12:44:55 +01:00
parent cc3a8c895a
commit 092c4e8998
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/kylef/Commander.git",
"state": {
"branch": null,
"revision": "e5b50ad7b2e91eeb828393e89b03577b16be7db9",
"version": "0.8.0"
"revision": "dc97e80a1cf5df6c5768528f039c65ad8c564712",
"version": "0.9.0"
}
},
{

View File

@ -25,7 +25,7 @@ import Foundation
import HeaderMapFrontend
func addPrintCommand(to group: Group) {
let fileArgument = VariadicArgument<String>(
let fileArgument = Argument<[String]>(
"file",
description: "Path(s) to header map file"
)