a2kit 4.0.0

Retro disk image and language utility
Documentation
1
2
3
4
5
6
// This was used for generating shell completions to be included with each release.
// We now provide a subcommand to generate them on the fly.

fn main() -> Result<(), std::io::Error> {
    Ok(())
}