This PR adds support for autocompleting the flags & options that some commands support, like you can see in the picture below.
The output of php artisan make:subCommand --help is parsed to generate this list and common but not very helpful flags like --version or --help are filtered out.
This PR adds support for autocompleting the flags & options that some commands support, like you can see in the picture below.
The output of
php artisan make:subCommand --help
is parsed to generate this list and common but not very helpful flags like--version
or--help
are filtered out.