mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
feat(mix): autocomplete format command (#13012)
This commit is contained in:
@@ -146,6 +146,16 @@ case $state in
|
|||||||
(help)
|
(help)
|
||||||
_arguments ':feature:__task_list'
|
_arguments ':feature:__task_list'
|
||||||
;;
|
;;
|
||||||
|
(format)
|
||||||
|
_arguments -C \
|
||||||
|
'--check-formatted' \
|
||||||
|
'--dot-formatter' \
|
||||||
|
'--dry-run' \
|
||||||
|
'--force' \
|
||||||
|
'--migrate' \
|
||||||
|
'--no-exit' \
|
||||||
|
'*::file:_files'
|
||||||
|
;;
|
||||||
(test)
|
(test)
|
||||||
_files
|
_files
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user