Skip to content

Commit

Permalink
Added Install command
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 24, 2017
1 parent aa9df9f commit 4a6a055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Executable/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ guard let executable = iterator.next() else {

do {
try terminal.run(executable: executable, commands: [
Search(console: terminal)
Search(console: terminal),
Install(console: terminal),
], arguments: Array(iterator),
help: [
"Need help? Open an issue on GitHub."
Expand Down

0 comments on commit 4a6a055

Please sign in to comment.