Context: Document the availability of environment variables in the taskrc

This commit is contained in:
Tomas Babej 2021-09-28 23:38:33 -04:00
parent 30c3893499
commit 36604c95d2

View file

@ -67,6 +67,10 @@ std::string configurationDefaults =
"# variable= -- By specifying no value, this means no default\n"
"# #variable=foo -- By commenting out the line, or deleting it, this uses the default\n"
"\n"
"# You can also refence environment variables:\n"
"# variable=$HOME/task\n"
"# variable=$VALUE\n"
"\n"
"# Use the command 'task show' to see all defaults and overrides\n"
"\n"
"# Files\n"