2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

Remove unnecessary type declaration.

Partial 

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2025-01-02 10:40:48 -05:00
parent f59f9417e1
commit 60cd42fe31
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ extension MAS {
@Argument(help: "Apple ID")
var appleID: String
@Argument(help: "Password")
var password: String = ""
var password = ""
/// Runs the command.
func run() throws {