implemented creating an issue

This commit is contained in:
2021-12-18 20:08:46 -05:00
parent 702821bbef
commit daea360a4c
2 changed files with 106 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ pub fn get_args() -> ArgMatches<'static> {
.arg(Arg::with_name("create")
.short("c")
.long("c")
.value_names(&["OWNER"])
.value_names(&["OWNER", "REPO"])
.help("Create an issue for a repository")
)
)