Config - defaults
- Config is now providing a default set of all configuration variables. - The default set is used to both initialize a Config object, and to create a sample .taskrc.
This commit is contained in:
@@ -34,6 +34,7 @@ use Test::More tests => 22;
|
||||
if (open my $fh, '>', 'shadow.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"confirmation=off\n",
|
||||
"shadow.file=./shadow.txt\n",
|
||||
"shadow.command=rc:shadow.rc stats\n",
|
||||
"shadow.notify=on\n";
|
||||
|
||||
Reference in New Issue
Block a user