- Fixed bug #587, where the man page needed clarification on quoting some
  arguments to prevent them from being broken up by the shell (thanks to
  Steve Rader).
This commit is contained in:
Paul Beckingham 2010-12-29 22:54:32 -05:00
parent 552c594d3f
commit 317b7f5d40
3 changed files with 17 additions and 0 deletions

View file

@ -71,4 +71,5 @@ suggestions:
Thomas Sattler
Erlan Sergaziev
Eric Fluger
Steve Rader

View file

@ -54,6 +54,9 @@
uri was taken from taskrc.
+ Applied patch to fix bug #581, in which backslashes in annotations and
descriptions caused problems (thanks to Itay Perl).
+ Fixed bug #587, where the man page needed clarification on quoting some
arguments to prevent them from being broken up by the shell (thanks to
Steve Rader).
------ old releases ------------------------------

View file

@ -568,6 +568,19 @@ as description:
$ task add -- project:Home needs scheduling
.RE
In other situations, the shell sees spaces and breaks up arguments. For
example, this command:
.RS
$ task 123 /from this/to that/
.RE
is broken up into several arguments, which is corrected with quotes:
.RS
$ task 123 "/from this/to that/"
.RE
.SH CONFIGURATION FILE AND OVERRIDE OPTIONS
Taskwarrior stores its configuration in a file in the user's home directory:
~/.taskrc . The default configuration file can be overridden with