v0.0.8
Features:
- Set whether not to notify the user on successful sharing.
- Fixed bugs with arg mismatches between permissions and roles, reorganized permissions.
- Sending results through channels so remote and local resoultions are non-blocking until the final merge.
- Fixed a bug in which leastNonExistant path checks were implicitly performed on every single path passed in, yet this should only be done for mounted pushes. For example
if path 2015/Pictures exists but 2015/Pictures/Fields/CenturyPark doesn't yet exist - Mounted push:
$ drive push -m ~/Desktop/content 2015/Pictures/Fields/CenturyPark
will try to find the leastNonExistant path to clean up after the push is done so 2015/Pictures/Fields
However for a normal operation e.g list, pull, push, stat
This would produce undesired results ie always resolving relative to 2015/Pictures instead of the whole path.