mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 03:33:51 +01:00
* As `possible_values()` applies to all arguments, we cannot use it anymore but have to check the UploadProtocol type ourselves. Besides that, switching to the latest `clap` simplified our lives a little. * ajusted docs to not enforce using `-r` all the time Fixes #92 [skip ci]