mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Regen all APIs from new JSON
This commit is contained in:
committed by
Sebastian Thiel
parent
86a884c48b
commit
2ad9f3781d
@@ -7552,7 +7552,7 @@ fn main() {
|
||||
|
||||
("revisions", "methods: 'delete', 'get', 'list', 'patch' and 'update'", vec![
|
||||
("delete",
|
||||
Some(r##"Removes a revision."##),
|
||||
Some(r##"Permanently deletes a file version. You can only delete revisions for files with binary content, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted."##),
|
||||
"Details at http://byron.github.io/google-apis-rs/google_drive2_cli/revisions_delete",
|
||||
vec![
|
||||
(Some(r##"file-id"##),
|
||||
@@ -7810,7 +7810,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("drive2")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.8+20181004")
|
||||
.version("1.0.8+20190328")
|
||||
.about("Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_drive2_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user