Skip to content

Commit

Permalink
Added a helpful help to top level command
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkleveter committed May 25, 2017
1 parent 9441226 commit c2f1b5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sources/Executable/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ do {
Remove(console: terminal)
], arguments: Array(iterator),
help: [
"Need help? Open an issue on GitHub."
"search: Search avalible packages.",
"install: Install a package to the current project",
"update: Update a projects packages",
"remove: Remove a package froma project"
])
} catch ConsoleError.insufficientArguments {
terminal.error("Error: ", newLine: false)
Expand Down

0 comments on commit c2f1b5f

Please sign in to comment.