chore: update metadata
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user