UNPKG
snes-disassembler
Version:
latest (1.0.1)
1.0.1
1.0.0
A Super Nintendo (SNES) ROM disassembler for 65816 assembly
snes-disassembler
/
dist
/
cli.d.ts
9 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
/** * SNES Disassembler Command Line Interface * * Usage: snes-disasm [options] <rom-file> */
declare
function
main
(
):
Promise
<
void
>;
export
{ main
as
runCLI };
//# sourceMappingURL=cli.d.ts.map