Skip to content

Commit 2093ace

Browse files
CLI auto discovery update
1 parent b71e797 commit 2093ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Capsule/Artisan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function run(array $argv): int
113113
{
114114
// In PHP CLI, $argv[0] is the script name (tame), so command starts at index 1
115115
$commandInput = $argv[1] ?? 'list';
116-
$rawArgs = array_slice($argv, 2);
116+
$rawArgs = array_slice($argv, 2);
117117

118118
// Ensure external commands are discovered even if constructed elsewhere
119119
$this->discoverExternal();

0 commit comments

Comments
 (0)