stepanenko3 / nova-command-runner

This Laravel Nova tool lets you run artisan and bash commands directly from Nova 4 or higher.
MIT License
33 stars 14 forks source link

History limit does not limit the result list #13

Closed CrusherRL closed 10 months ago

CrusherRL commented 1 year ago

I found out that the history is not limited correctly. All Result will be displayed.

Example from Doc: // Limit the command run history to latest 10 runs 'history' => 10

Or do i understand that config wrongly? :)

stepanenko3 commented 10 months ago

@CrusherRL

Fixed in new release https://github.com/stepanenko3/nova-command-runner/releases/tag/v4.2.6