Skip to content

Commit

Permalink
fix a bug that php-version cannot be specified on inspector:eg
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-i committed Jun 2, 2020
1 parent 29a6c83 commit 6ba8b4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Command/Inspector/GetEgAddressCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ public function configure(): void
InputOption::VALUE_OPTIONAL,
'regex to find the libpthread.so loaded in the target process'
)
->addOption(
'php-version',
null,
InputOption::VALUE_OPTIONAL,
'php version of the target'
)
->addOption(
'php-path',
null,
Expand Down

0 comments on commit 6ba8b4c

Please sign in to comment.