Skip to content

Commit

Permalink
Added Remove command to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 25, 2017
1 parent 30c6f6d commit bfe6972
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 @@ -38,7 +38,8 @@ do {
try terminal.run(executable: executable, commands: [
Search(console: terminal),
Install(console: terminal),
Update(console: terminal)
Update(console: terminal),
Remove(console: terminal)
], arguments: Array(iterator),
help: [
"Need help? Open an issue on GitHub."
Expand Down

0 comments on commit bfe6972

Please sign in to comment.