When tab completing a path on the shell, the options only display a part and ommit the prefix path, making it much easier to read. I.e. completing "/home/user" will offer
Documents Downloads Pictures
rather than
/home/user/Documents /home/user/Downloads /home/user/Pictures
While click already supports this for paths, it would be nice if a similar feature would be implemented for custom parameters (i.e. comma separated values).