mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 04:50:24 +00:00
Suppress unnecessary output during install
This commit is contained in:
parent
fd658835e9
commit
6481d82029
1 changed files with 1 additions and 4 deletions
|
@ -13,10 +13,7 @@ struct InstallCommand: CommandType {
|
|||
func run(mode: CommandMode) -> Result<(), CommandantError<MASError>> {
|
||||
return InstallOptions.evaluate(mode).map { options in
|
||||
download(options.appId) { (purchase, completed, error, response) in
|
||||
print(purchase)
|
||||
print(completed)
|
||||
print(error)
|
||||
print(response)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue