mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update to latest versions of API declarations
This commit is contained in:
@@ -1054,7 +1054,7 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"site-url"##),
|
||||
None,
|
||||
Some(r##"The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/"##),
|
||||
Some(r##"The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ Note: for property-sets, use the URI that starts with sc-set: which is used in Search Console URLs."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -1070,7 +1070,7 @@ fn main() {
|
||||
vec![
|
||||
(Some(r##"site-url"##),
|
||||
None,
|
||||
Some(r##"The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/"##),
|
||||
Some(r##"The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ Note: for property-sets, use the URI that starts with sc-set: which is used in Search Console URLs."##),
|
||||
Some(true),
|
||||
Some(false)),
|
||||
|
||||
@@ -1244,7 +1244,7 @@ fn main() {
|
||||
|
||||
let mut app = App::new("webmasters3")
|
||||
.author("Sebastian Thiel <byronimo@gmail.com>")
|
||||
.version("1.0.7+20170528")
|
||||
.version("1.0.7+20180627")
|
||||
.about("View Google Search Console data for your verified sites.")
|
||||
.after_help("All documentation details can be found at http://byron.github.io/google-apis-rs/google_webmasters3_cli")
|
||||
.arg(Arg::with_name("url")
|
||||
|
||||
Reference in New Issue
Block a user