Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 1acaaed

Browse files
committed
Default task options
1 parent 14e2751 commit 1acaaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shift-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $taskManifest = new TaskManifest(
1717
$defaults['tasks'],
1818
);
1919

20-
Configuration::setDefaultTasks($defaults['run']);
20+
Configuration::setDefaultTasks($defaults['run'], $defaults['options'] ?? []);
2121

2222
$application = new Application('Shift CLI', '0.1.1');
2323
$application->add(new DiscoverCommand($taskManifest));

0 commit comments

Comments
 (0)