diff --git a/mas-cli/Commands/Install.swift b/mas-cli/Commands/Install.swift index e2cd33b2e..1393b018e 100644 --- a/mas-cli/Commands/Install.swift +++ b/mas-cli/Commands/Install.swift @@ -29,6 +29,6 @@ struct InstallOptions: OptionsType { static func evaluate(m: CommandMode) -> Result> { return create - <*> m <| Option(key: "", defaultValue: nil, usage: "the app ID to install") + <*> m <| Argument(usage: "the app ID to install") } } \ No newline at end of file