chore: update metadata

This commit is contained in:
2025-05-20 11:22:35 +09:00
parent 1173dd3d63
commit beccff0d79
2 changed files with 34 additions and 20 deletions

View File

@@ -11,11 +11,12 @@ enum Command {
/// Disassemble the binary into 8086 instructions
Disasm,
/// Interpret the binary as 8086 Minix
/// Interpret the 8086 instructions
Interpret,
}
/// Simple prgram to diasm and interpret Minix binaries
/// Simple program to disassemble and interpret 8086 a.out compilates, e.g.
/// such for MINIX.
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
struct Args {