added files to project
This commit is contained in:
parent
4374c78d3c
commit
7ad99a74b4
@ -8,6 +8,9 @@ mod config;
|
||||
mod issue;
|
||||
mod repo;
|
||||
mod request;
|
||||
mod pr;
|
||||
mod user;
|
||||
mod util;
|
||||
|
||||
use clap::ArgMatches;
|
||||
|
||||
@ -48,7 +51,7 @@ fn main() {
|
||||
|
||||
// TODO: match expression should be here
|
||||
if issue_matches.is_present("create") {
|
||||
issue.create_issue(&config, issue_matches);
|
||||
issue.create_issue(&request);
|
||||
}
|
||||
}
|
||||
_ => println!("Huh?"),
|
||||
|
Loading…
Reference in New Issue
Block a user