Update myapp.rs

This commit is contained in:
Kevin K. 2015-03-16 09:53:29 -04:00
parent 7599ea29f2
commit bb973008a8

View file

@ -4,7 +4,7 @@ use clap::{App, Arg, SubCommand};
fn main() {
// Create an application with 3 possible arguments
// Create an application with 5 possible arguments (2 auto generated) and 2 subcommands (1 auto generated)
// - A config file
// + Uses "-c filename" or "--config filename"
// - An output file