feat(mix): autocomplete `format` command (#13012)

master
Robert Dober 1 year ago committed by GitHub
parent 34e9830dd3
commit bea0dd2ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      plugins/mix/_mix

@ -146,6 +146,16 @@ case $state in
(help)
_arguments ':feature:__task_list'
;;
(format)
_arguments -C \
'--check-formatted' \
'--dot-formatter' \
'--dry-run' \
'--force' \
'--migrate' \
'--no-exit' \
'*::file:_files'
;;
(test)
_files
;;

Loading…
Cancel
Save