php bin/console _complete

Internal command to provide shell completion suggestions

Usage

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

Options

-s,   --shell         The shell type ("bash", "fish", "zsh") 
-i,   --input         An array of input tokens (e.g. COMP_WORDS or argv) 
-c,   --current       The index of the "input" array that the cursor is in (e.g. COMP_CWORD) 
-a,   --api-version   The API version of the completion script 
-S,   --symfony       deprecated 

Help

Internal command to provide shell completion suggestions