Skip to content

Instantly share code, notes, and snippets.

@andrewmiller1
Last active October 31, 2018 17:36
Show Gist options
  • Save andrewmiller1/c8e582f0627cccdc7d1a1676d6b2610a to your computer and use it in GitHub Desktop.
Save andrewmiller1/c8e582f0627cccdc7d1a1676d6b2610a to your computer and use it in GitHub Desktop.
Minimal main.rs #1368
#[macro_use]
extern crate clap;
fn main() {
use clap::App;
let yml = load_yaml!("clap.yml");
let matches = App::from(yml).get_matches();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment