ages-cli 0.0.1

Command-line tool for Sega Mega Drive development
Documentation
1
2
3
4
5

// TODO: Add variants for each command that can be run via `ages-cli`
pub enum Command {
    Hello
}