Skip to content

Commit

Permalink
Added Update command to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 24, 2017
1 parent d861d7e commit 6c1cba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Executable/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ do {
try terminal.run(executable: executable, commands: [
Search(console: terminal),
Install(console: terminal),
Update(console: terminal)
], arguments: Array(iterator),
help: [
"Need help? Open an issue on GitHub."
Expand Down

0 comments on commit 6c1cba1

Please sign in to comment.