First, thanks for an awesome tool! It's made my life a lot easier.
I ran into a minor issue. Assume there's a translation file called things.php:
'foo' => [
'bar' => 'bar',
'baz' => 'baz',
]
Then, somewhere, there's a call to trans('things.foo') and uses the resulting array. When I run the artisan command in dry-run mode, it thinks that things.foo is a missing string.