Added documentation for 'include' to taskrc.5
This commit is contained in:
@@ -100,6 +100,17 @@ $ task config
|
|||||||
and in addition, will also perform a check of all the values in the file,
|
and in addition, will also perform a check of all the values in the file,
|
||||||
warning you of anything it finds amiss.
|
warning you of anything it finds amiss.
|
||||||
|
|
||||||
|
.SH NESTING CONFIGURATION FILES
|
||||||
|
The .taskrc can include other files containing configuration settings by using the
|
||||||
|
.B include
|
||||||
|
statement:
|
||||||
|
|
||||||
|
.RS
|
||||||
|
include <path/to/the/configuration/file/to/be/included>
|
||||||
|
.RE
|
||||||
|
|
||||||
|
By using include files you can divide your main configuration file into several ones containing just the relevant configuration data like colors, etc.
|
||||||
|
|
||||||
.SH CONFIGURATION VARIABLES
|
.SH CONFIGURATION VARIABLES
|
||||||
Valid variable names and their default values are:
|
Valid variable names and their default values are:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user