Skip to content

Commit

Permalink
Update RTFM.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmerrill authored Mar 4, 2017
1 parent 7071c3d commit a67343c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions RTFM.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ User Guide
* [OK](#ok)
* [Every](#every)
* [Arguments, Variables and Templates Oh My!](#arguments-variables-and-templates-oh-my)
* [TaskNumber](#tasknumber)
* [Date/Time](#datetime)
* [UUID](#uuid)
* [Alfred files getting too large?](#alfred-files-getting-too-large)
Expand Down Expand Up @@ -665,15 +664,6 @@ $ alfred do.you.know
If you do not specify defaults, alfred will exit due to insufficient arguments passed in.
## TaskNumber
The tasknumber variable is the task count that's run. You can use it by using `{{ .TaskNumber }} `
```
task.name:
summary: My task!
command: |
echo "This was the {{ .TaskNumber }} to run ..."
```
## Date/Time
Every task is injected with the time that the particular task started. You can use it in your task by using `{{ .Time }}`
```
Expand Down

0 comments on commit a67343c

Please sign in to comment.