Skip to content

Commit 8ce914f

Browse files
authored
Add exact command used to trigger invocation to the completion debug log
1 parent 6d0aacf commit 8ce914f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Command/CompleteCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
8383
'<comment>'.date('Y-m-d H:i:s').'</>',
8484
'<info>Input:</> <comment>("|" indicates the cursor position)</>',
8585
' '.(string) $completionInput,
86+
'<info>Command:</>',
87+
' '.(string) implode(' ', $_SERVER['argv']),
8688
'<info>Messages:</>',
8789
]);
8890

0 commit comments

Comments
 (0)