More tidying.
[yaffs-website] / vendor / drupal / console-core / templates / core / autocomplete / console.fish.twig
1 # Drupal console autocompletion
2
3 function __complete_drupal
4   drupal complete |  command awk '{ print $1 }'
5 end
6
7 complete -x -c drupal -a "(__complete_drupal)"