Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The main usage of the program:
setUrl|su [index] [url] Set the URL of a Task
start [index] [start...] Set the Start Date of a Task
tags|t Display all tags
task [indices...] Display the Task details
task|tasks [indices...] Display the Task details
uncomp|unc [indices...] Mark one or more Tasks as not complete
url [options] [indices...] Display the associated URL of a Task
whoami Display RTM user information
Expand Down
1 change: 1 addition & 0 deletions src/cmd/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async function action(args, env) {

module.exports = {
command: 'task [indices...]',
alias: 'tasks',
options: [],
description: 'Display the Task details',
action: action
Expand Down