We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5f1bc commit 8d6d7bbCopy full SHA for 8d6d7bb
1 file changed
src/commands/all.rs
@@ -7,6 +7,7 @@ pub fn all(
7
output: Option<String>,
8
display: bool,
9
) -> Result<(), Box<dyn std::error::Error>> {
10
+ //TODO: handle no repo/private repo
11
let url = format!("https://api.github.com/repos/{}/{}", owner, repo);
12
13
let json = request(url)?;
0 commit comments