Nick Craig-Wood 38864adc9c cmd: Use private custom func to fix clash between rclone and kubectl
Before this change, rclone used the `__custom_func` hook to control
the completions of remote files.  However this clashes with other
cobra users, the most notable example being kubectl.

Upgrading cobra to master allows us to use a namespaced function
`__rclone_custom_func` which fixes the problem.

Fixes #1529
2019-02-13 23:02:22 +00:00
..
2018-04-18 21:09:54 +01:00
2018-05-31 09:42:16 +01:00
2018-05-31 09:42:16 +01:00
2018-09-08 09:38:57 +01:00
2018-11-22 21:41:17 +00:00
2019-01-29 14:37:58 +00:00
2018-08-07 20:51:50 +01:00
2018-04-13 13:38:06 +01:00
2018-06-02 17:35:13 +01:00
2018-06-02 17:35:13 +01:00