Skip to content

Commit 8d6d7bb

Browse files
committed
todo
1 parent ee5f1bc commit 8d6d7bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/all.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pub fn all(
77
output: Option<String>,
88
display: bool,
99
) -> Result<(), Box<dyn std::error::Error>> {
10+
//TODO: handle no repo/private repo
1011
let url = format!("https://api.github.com/repos/{}/{}", owner, repo);
1112

1213
let json = request(url)?;

0 commit comments

Comments
 (0)