injm 0.5.1

A CLI tool that injects content into marked regions in source files.
1
2
3
4
5
6
use crate::cli::CheckArgs;
use anyhow::Result;

pub fn run(args: CheckArgs) -> Result<()> {
    Ok(())
}