chore(update): make regen-apis

Fixes #151
This commit is contained in:
Sebastian Thiel
2016-05-30 08:37:46 +02:00
parent 864fe8424d
commit c6f9205758
620 changed files with 7859 additions and 4576 deletions

View File

@@ -27,7 +27,7 @@ use cmn::{InvalidOptionsError, CLIError, JsonTokenStorage, arg_from_str, writer_
use std::default::Default;
use std::str::FromStr;
use oauth2::{Authenticator, DefaultAuthenticatorDelegate};
use oauth2::{Authenticator, DefaultAuthenticatorDelegate, FlowType};
use serde_json as json;
use clap::ArgMatches;
@@ -675,7 +675,7 @@ impl<'n> Engine<'n> {
JsonTokenStorage {
program_name: "taskqueue1-beta2",
db_dir: config_dir.clone(),
}, None);
}, Some(FlowType::InstalledInteractive));
let client =
if opt.is_present("debug") {