mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
parent
70a1d8314c
commit
d99c19cc03
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ complete -c chown -s v -l verbose -d "Output diagnostic for every file"
|
|||
complete -c chown -s h -l help -d "Display help and exit"
|
||||
complete -c chown -l version -d "Display version and exit"
|
||||
complete -c chown -d "Username" -a "(__fish_print_users):"
|
||||
complete -c chown -d "Username" -a "(string match -r '.*:' (commandline -ct))(__fish_complete_groups)"
|
||||
complete -c chown -d "Username" -a "(string match -r -- '.*:' (commandline -ct))(__fish_complete_groups)"
|
||||
|
|
Loading…
Reference in a new issue