It looks like file path completion doesn't work anymore in 1.9.3, when using copy mode: ``` $ clush -c /tmp/file[TAB][TAB] ``` doesn't complete `/tmp/filename` anymore. Maybe a side effect of the new bash completions [introduced](https://github.com/cea-hpc/clustershell/pull/563) in 1.9.3?
It looks like file path completion doesn't work anymore in 1.9.3, when using copy mode:
doesn't complete
/tmp/filenameanymore.Maybe a side effect of the new bash completions introduced in 1.9.3?