If i write this function: ``` function cdtest -w cd cd $argv end ``` and write `cdtest <TAB>` it doesn't autocomplete like cd does. Is there something wrong with my function ? ``` fish --version fish, version 2.7.1-708-gea897fcc ```
If i write this function:
and write
cdtest <TAB>it doesn't autocomplete like cd does.Is there something wrong with my function ?