mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #587
- 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:
parent
552c594d3f
commit
317b7f5d40
3 changed files with 17 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -71,4 +71,5 @@ suggestions:
|
|||
Thomas Sattler
|
||||
Erlan Sergaziev
|
||||
Eric Fluger
|
||||
Steve Rader
|
||||
|
||||
|
|
|
@ -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 ------------------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue