Update to latest versions of API declarations

This commit is contained in:
Sebastian Thiel
2018-10-13 13:49:14 +02:00
parent 5a67475b54
commit 255c7f5ad5
1508 changed files with 819225 additions and 838421 deletions

View File

@@ -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")