feat: generate config, load shell env vars
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user