diff options
author | Teddy Wing | 2021-06-05 14:08:56 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-05 14:08:56 +0200 |
commit | 6170b37bc426f7ca1fecdc4726bbaa68a90b8237 (patch) | |
tree | 9cb657a7a5a0e997d1a3ea99cdf831567f00f569 /src | |
parent | 5c34a6b4a0cb5398fbb9d72caca4de54d57189f8 (diff) | |
download | reflectub-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.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
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, |