Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yemble committed Mar 21, 2017
1 parent f95af66 commit 1598f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alfred/alfred.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ func (a *Alfred) runTask(task string, args []string, formatted bool) bool {
return true
}

// Pretty print a task name with it's args (if any)
func taskWithArgs(task string, args []string) string {
if len(args) < 1 {
return task
Expand Down

0 comments on commit 1598f6c

Please sign in to comment.