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
|
@ -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