Artisan.page

_complete

Internal command to provide shell completion suggestions

Terminal
php artisan _complete [-s|--shell SHELL] [-i|--input INPUT] [-c|--current CURRENT] [-a|--api-version API-VERSION] [-S|--symfony SYMFONY]

Options

api-versionRequired

The API version of the completion script

currentRequired

The index of the "input" array that the cursor is in (e.g. COMP_CWORD)

inputRequired

An array of input tokens (e.g. COMP_WORDS or argv)

shellRequired

The shell type ("bash", "fish", "zsh")

symfonyRequired

deprecated