mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdContext: Add helpful hint to output when setting context
This commit is contained in:
parent
e2f35a1a06
commit
1a0f479394
11 changed files with 16 additions and 16 deletions
|
@ -1017,12 +1017,12 @@ result affected by the current active context.
|
|||
2 1d Home Clean the dishes 1.14
|
||||
|
||||
$ task context home
|
||||
Context 'home' applied.
|
||||
Context 'home' set. Use 'task context none' to remove.
|
||||
|
||||
$ task list
|
||||
ID Age Project Description Urg
|
||||
2 1d Home Clean the dishes 1.14
|
||||
Context 'home' applied.
|
||||
Context 'home' set. Use 'task context none' to remove.
|
||||
|
||||
As seen in the example above, context is applied by specifying its name to the
|
||||
"context" command. To change the currently applied context, just pass the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue