mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
regenerate all crates with updated patch level
This commit is contained in:
@@ -499,7 +499,7 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"group-unique-id"##),
|
||||
None,
|
||||
Some(r##"The resource ID"##),
|
||||
Some(r##"The group's email address."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -521,7 +521,7 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"group-unique-id"##),
|
||||
None,
|
||||
Some(r##"The resource ID"##),
|
||||
Some(r##"The group's email address."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -549,7 +549,7 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"group-unique-id"##),
|
||||
None,
|
||||
Some(r##"The resource ID"##),
|
||||
Some(r##"The group's email address."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -577,7 +577,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("groupssettings1")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.12+20190315")
|
||||
.version("1.0.13+20190725")
|
||||
.about("Manages permission levels and related settings of a group.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_groupssettings1_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user