aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-06-05 14:08:56 +0200
committerTeddy Wing2021-06-05 14:08:56 +0200
commit6170b37bc426f7ca1fecdc4726bbaa68a90b8237 (patch)
tree9cb657a7a5a0e997d1a3ea99cdf831567f00f569
parent5c34a6b4a0cb5398fbb9d72caca4de54d57189f8 (diff)
downloadreflectub-6170b37bc426f7ca1fecdc4726bbaa68a90b8237.tar.bz2
Add commented GitHub fetch call with command line username argument
Add command line argument value here in preparation for when we enable this code.
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index dafc133..65e4d5e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -76,6 +76,8 @@ async fn run() -> anyhow::Result<()> {
let base_cgitrc = opt_matches.opt_str("cgitrc")
.map(|s| PathBuf::from(s));
+ // let repos = github::fetch_repos(username).await.unwrap();
+
let test_repos = vec![
github::Repo {
id: 345367151,