mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-23 03:33:51 +01:00
fix(api-update): 'bytes ...' -> 'bytes=...'
* update all APIs to contain said change. It's not worth a republish though.
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
// DO NOT EDIT !
|
||||
// This file was generated automatically from 'src/mako/cli/main.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
#![feature(plugin)]
|
||||
#![plugin(docopt_macros)]
|
||||
|
||||
extern crate docopt;
|
||||
extern crate rustc_serialize;
|
||||
|
||||
docopt!(Args derive Debug, "
|
||||
Usage:
|
||||
groupsmigration1 archive insert
|
||||
groupsmigration1 --help
|
||||
");
|
||||
|
||||
fn main() {
|
||||
let _: Args = Args::docopt().decode().unwrap_or_else(|e| e.exit());
|
||||
println!("Hello, groupsmigration:v1 !");
|
||||
}
|
||||
Reference in New Issue
Block a user