_complete

Internal command to provide shell completion suggestions

Options

  • current - The index of the "input" array that the cursor is in (e.g. COMP_CWORD) Required
  • input - An array of input tokens (e.g. COMP_WORDS or argv) Required
  • shell - The shell type ("bash") Required
  • symfony - The version of the completion script Required
php artisan _complete [-s|--shell SHELL] [-i|--input INPUT] [-c|--current CURRENT] [-S|--symfony SYMFONY]