add basic github

This commit is contained in:
2022-12-17 23:27:41 +01:00
parent 3300bb1ee1
commit 66105004e0
8 changed files with 123 additions and 2 deletions

View File

@@ -5,7 +5,9 @@ pub struct Sourcegraph;
impl Sourcegraph {
fn run() -> eyre::Result<()> {
Ok(())
util::shell::run(&["src"])?;
Err(eyre::anyhow!("missing argument"))
}
}