feat: generate config, load shell env vars

This commit is contained in:
2023-01-29 19:19:50 -05:00
parent 58b4b00311
commit 7c5c0c13fb
8 changed files with 275 additions and 56 deletions

View File

@@ -66,6 +66,7 @@ pub fn get_args() -> ArgMatches<'static> {
.help("Create an issue for a repository")
)
)
.arg(Arg::with_name(""))
.subcommand(SubCommand::with_name("pr")
.about("Create, search, comment, merge, and close pull requests")
.arg(Arg::with_name("create")