mirror of
https://github.com/mas-cli/mas
synced 2025-03-06 23:57:21 +00:00
Remove unnecessary type declaration.
Partial #696 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
f59f9417e1
commit
60cd42fe31
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue