We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba4a7e commit 710158fCopy full SHA for 710158f
src/main.rs
@@ -23,6 +23,7 @@ fn main() {
23
match run(&args) {
24
Ok(s) => println!("{}", s),
25
Err(LocalRepoError::CommandFailed(rc)) => exit(rc.code().unwrap_or(1)),
26
+ Err(LocalRepoError::NoSuchRemote(_)) => exit(2),
27
Err(e) => {
28
eprintln!("ghrepo: {}", e);
29
exit(1);
0 commit comments